LiipImagineBundle
LiipImagineBundle copied to clipboard
explore not found handler to generate image on the fly
when an image is served by the same webserver that runs symfony, we could do an kernel exception listener and look for the not found exception and determine the requested image and stack from the url.
that would avoid the conflict between the url to the controller and the url to the filesystem, which does not work well with http caches.