[
https://issues.apache.org/jira/browse/WICKET-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972308#action_12972308
]
Hudson commented on WICKET-3259:
--------------------------------
Integrated in Apache Wicket 1.4.x #336 (See
[https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/336/])
fixes WICKET-3259 for wicket-1.4.x branch
> 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.4.14, 1.5-M3
> 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.