nelmio / NelmioCorsBundle

Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
https://symfony.com/bundles/NelmioCorsBundle/
MIT License
1.89k stars 108 forks source link

Changed the priority of the CacheableResponseVaryListener #179

Closed mweimerskirch closed 1 year ago

mweimerskirch commented 2 years ago

Changed the priority of the CacheableResponseVaryListener so that it runs after the cache headers have been added by the FrameworkExtraBundle

After thinking more about what I wrote in #171, I think it makes sense for this listener to have a lower priority by default.

Seldaek commented 1 year ago

Thanks yes that seems reasonable.