Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.5-RC1
-
Fix Version/s: 0.5-RC1
-
Component/s: Controllers
-
Labels:None
Description
Direct url mappings must always have higher priority then all parametrized mappings.
So, in following definition:
"/login/" {
controller = "security"
action = "login"
}
"/$controller/$action?/$id?" {
constraints {
id(matches:/\d+/)
}
}
/login/ should be mapped to controller 'security' not to 'login' controller.
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits