Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.2.2
-
None
-
Unknown
-
Description
Test case:
open xwiki.cfg and set
xwiki.unknownActionResponse=view
open /xwiki/bin/Some/NonexistantPage
observe an empty page instead of the desired page not found error.
The problem is UnknownAction.render returns "view" but doesn't set the action in the context to view and the page nonexistant message depends on the action in the context being view.