Filter path is occasionally null when forwarding a request
----------------------------------------------------------
Key: WICKET-3259
URL: https://issues.apache.org/jira/browse/WICKET-3259
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.5-M3, 1.4.14
Reporter: Jeremy Thomerson
Assignee: Jeremy Thomerson
Priority: Minor
Attachments: relativeurlproblem.tar.gz
If you have a 404 specified in your web.xml that points to some wicket page,
and that page throws a RestartResponseAtInterceptPage exception, you end up
with a NullPointerException when trying to create the URL for the page. The
NPE is because forwardUrl is not null, but filterPath is (in
ServletWebRequest#getRelativePathPrefixToWicketHandler())
See the attached quickstart and go to
http://localhost:8080/app-context-path/mounted-pattern/akdslfjasdklfj (which
doesn't exist) to see the issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.