Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.2
-
None
-
None
Description
JSF2.3 allows a exact mapping now, which allows to map the FacesServlet for foo.xml to /foo.
This actually works fine but if a outcome in this view is resolved, it resolves to /foo/bar.xml which leads to a 404.
Instead we should resolve to foo.xhtml or even /faces/bar.xhtml