[ 
https://issues.apache.org/jira/browse/WICKET-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972837#action_12972837
 ] 

Martin Grigorov commented on WICKET-3259:
-----------------------------------------

The problem in 1.5 is fixed.
There are no NPEs in 1.5, so if there is nothing more to do in 1.4 then please 
close this ticket.

> 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.

Reply via email to