Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1.0.5
-
None
Description
In the documentation for url rewriting, the final example shows a rule which processes incoming and outgoing requests to re-map the name of pages as visible to the user.
However, there is a chain of logic through the code in which there is no return value (context.isIncoming == false and context.getPageParameters() == null). The proper return value of the original request should be returned.