David Buchmann
David Buchmann
oh, you are right of course :facepalm: no response available at PRE_HANDLE. i dug a bit more in core HttpCache and i think the right moment would be to decorate...
changing symfony core would be difficult, and could have weird/dangerous side effects for anyone extending the HttpCache class. i created https://github.com/FriendsOfSymfony/FOSHttpCache/pull/577 - can you check if that indeed fixes the...
could you use the flysystem adapter for s3? for the next major version of this bundle, the vision is to get rid of custom resolver implementations in favor of flysystem....
does flysystem not have cache adapters itself that could be used for this? or does the cache need to be specific to liip imagine bundle?
this has crazy performance impacts. me and some collegues wrote something like this a while ago for JMS serializer. if you need more inspiration: https://github.com/liip/serializer we generate code to convert...
> * create an internal implementation to generate a mapper that read data from an array / object and write it to an array / object, if the implementation use...
thanks for the report. you are right, we should allow to limit redirects. i had a look at the code (expecting to point you to where we define the limit)...
ah right, that was the reason why we did not already do this :see_no_evil: imo thats good enough. other things can cause a restart, which makes that limit less exact...
looks like it was closed due to inactivity by the bot.
this functionality has been added 11 years ago according to git history. and its indeed not mentioned at all in the documentation. i searched the code and found that the...