Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.5-RC1
-
Fix Version/s: 0.5-RC1
-
Component/s: Controllers
-
Labels:None
Description
Using redirect() in a controller works for Jetty, but not for Tomcat, as no redirect request is sent to the browser.
It is suspected that the new url mapping feature causes this.
implemented a fix. Appears to work on local tomcat 5.5.28