FOSHttpCacheBundle icon indicating copy to clipboard operation
FOSHttpCacheBundle copied to clipboard

Use the FOSHttpCache library in your Symfony projects

Results 21 FOSHttpCacheBundle issues
Sort by recently updated
recently updated
newest added

Hello, Sorry about the mess but i make something wrong with the rebase and drop the commit. I update the plugin yesterday. I add a match function as asked. I...

Hello, I was testing to upgrade my applicaiton to symfony 7 but with no success. I try to update this pluging and launch php unit test but i'm facing some...

we should inject the specific services the commands need, rather than use the container. see [discussion in #600](https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/pull/600#discussion_r1428743964)

convert all code to use static typing, make internal classes final.

search for * `@deprecated` * PHP_VERSION_ID * Kernel::MAJOR_VERSION * class_alias

Since SensioFrameworkExtraBundle, we have switched from the ParamConverters to argument resolvers. This means, that the converted parameters are not longer available in the TagListener, resulting in issues generating tags based...

rename src/EventListener/Php8AttributesListener.php to just AttributesListener, adjust doc and remove class_alias for legacy symfony support.

The standard `UserContextInvalidator::invalidateContext()` might be prone to short-term information disclosure issues if used in a Varnish `xkey-softpurge` setup with hash caching enabled (`hash_cache_ttl`). This because even after the invalidation the...

`InvalidationListener` does not respect setting `fos_http_cache.cache_manager.generate_url_type`. I just noticed, because some of my (invalidation) requests used to have an absolute URL while some used absolute paths. In this line: https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/blob/b9a80ac0b4bd3954326ae53180a54292acef8386/src/EventListener/InvalidationListener.php#L130...