Feature #3306
Flush routes cache automatically on class file modifications
| Status: | Accepted | Start date: | 2009-05-14 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | Robert Lemke | % Done: | 0%  | 
|
| Category: | MVC | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | 
Description
If a class containing a route part handler is changed, we also need to flush the routes cache because other routes might match now.
Related issues
Associated revisions
For the FLOW3 distribution added a sub route to the Welcome package subroutes. If the Welcome package is installed, its fallback route becomes active and displays a meaningful welcome screen.
- FLOW3: (MVC) For now disabled the caching of routes because they can lead to confusion during development. We can enable caching again once the routes cache is automatically flushed. Refs #3306
 - FLOW3: (MVC) The Router will now produce a log entry if no route matched.
 
For the FLOW3 distribution added a sub route to the Welcome package subroutes. If the Welcome package is installed, its fallback route becomes active and displays a meaningful welcome screen.
- FLOW3: (MVC) For now disabled the caching of routes because they can lead to confusion during development. We can enable caching again once the routes cache is automatically flushed. Refs #3306
 - FLOW3: (MVC) The Router will now produce a log entry if no route matched.
 
History
#1 Updated by Robert Lemke about 6 years ago
- Target version set to 1.0 alpha 1
 
#2 Updated by Robert Lemke about 6 years ago
- Status changed from New to Accepted
 - Assigned To set to Robert Lemke
 
#3 Updated by Robert Lemke about 6 years ago
- Priority changed from Must have to Should have
 
#4 Updated by Robert Lemke about 6 years ago
- Target version changed from 1.0 alpha 1 to 283
 
Since r2437 routes are now uncached until this issue is resolved.
#5 Updated by Robert Lemke about 6 years ago
- Target version deleted (
283)