-
Notifications
You must be signed in to change notification settings - Fork 100
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
Cache problem in DEV environment #159
Comments
Which version of this bundle are you using? On Wed, Dec 4, 2013 at 2:37 AM, Mattia Mariselli
|
I'm using 1.2 with Symfony 2.3.7 |
I have similar effect with a controller as a service (don't know if that matters) using the @secure annotation.
seems like cache is not refreshed / cleared |
+1 I downgraded to 1.5.1 and cache now clears. |
+1 Still seeing this in dev environment on PHP7, Version 1.6.1 |
Hi, I had a cache problem with this bundle in dev environment.
When I mark a file with @secure annotation, every* next change to the file has no effect (when I go to the url the action are execute even if I changed the role).
To make changes effective I have to run a cache:clear.
In product environment that's would be good, but in dev env it's extremely frustrating.
Which could be the problem?
Thanks for support, greetings.
The text was updated successfully, but these errors were encountered: