Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explore not found handler to generate image on the fly #1596

Open
dbu opened this issue Jun 19, 2024 · 0 comments
Open

explore not found handler to generate image on the fly #1596

dbu opened this issue Jun 19, 2024 · 0 comments

Comments

@dbu
Copy link
Member

dbu commented Jun 19, 2024

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.

@dbu dbu added this to the 3.0 Refactoring milestone Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant