« Return to Thread: [jira] Created: (TAP5-755) URL rewriting documentation contains an example that won't compile due to lack of a return value

[jira] Created: (TAP5-755) URL rewriting documentation contains an example that won't compile due to lack of a return value

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View in Thread

URL rewriting documentation contains an example that won't compile due to lack of a return value
------------------------------------------------------------------------------------------------

                 Key: TAP5-755
                 URL: https://issues.apache.org/jira/browse/TAP5-755
             Project: Tapestry 5
          Issue Type: Bug
          Components: documentation
    Affects Versions: 5.1.0.5
            Reporter: Robert Zeigler
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

 « Return to Thread: [jira] Created: (TAP5-755) URL rewriting documentation contains an example that won't compile due to lack of a return value