You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: