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

Jeremy Thomerson commented on WICKET-3259:
------------------------------------------

Martin,

  I added a new ticket (WICKET-3267) based on your comment so that it wouldn't 
get lost.  If 1.5 really isn't working with error pages, we need to investigate 
/ fix.  I haven't tried it on trunk yet.

Thanks,
Jeremy

> 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