Skip to content

Commit

Permalink
Make RoutingFilter apply after Asset and Cache filters.
Browse files Browse the repository at this point in the history
This allows cached/asset requests to not hit the router.
  • Loading branch information
markstory committed May 16, 2014
1 parent d2a8a9e commit 6fc2fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Filter/RoutingFilter.php
Expand Up @@ -34,7 +34,7 @@ class RoutingFilter extends DispatcherFilter {
*
* @var int
*/
protected $_priority = -10;
protected $_priority = 10;

/**
* Applies Routing and additionalParameters to the request to be dispatched.
Expand Down

0 comments on commit 6fc2fd1

Please sign in to comment.