Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
2.0.6
-
None
Description
A best practice for webapps that use JSP views is to use UrlRewrite to map /* to /[dispatcher-servlet]/* servlet-mapping for clean urls that don't show the app front-controller servlet mapping path. DefaultFlowUrlHandler does not work with a UrlRewrite rule like this out of the box. We should investigate ways to allow it to easily work when UrlRewrite is in the picture.