Open bcentinaro opened 12 years ago
Since my hydrogen repo's got some application specific modifications, it's broked my ability to add change requests...
https://github.com/TNBBill/Hydrogen/commit/3e31395c391950661dd2f7666adf18aa4bda5180
There's the change the fixed the issue.
route caching currently doesn't seem to take HTTP Verb into account
For example
when the following routes are added to the route, the first request GET: /user/login, maps properly as expected, to \vespora\controllers\main\UserController->login()
However, when the login page posts back to itself, it calls \vespora\controllers\main\UserController->login() rather then \vespora\controllers\main\UserController->login_post()