[
https://issues.apache.org/jira/browse/WICKET-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-4552.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.5.7
6.0.0-RC1
Assignee: Martin Grigorov
> WicketFilter.processRequest() should check that given FilterChain is not null
> -----------------------------------------------------------------------------
>
> Key: WICKET-4552
> URL: https://issues.apache.org/jira/browse/WICKET-4552
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.5.6
> Reporter: Marcin Kubala
> Assignee: Martin Grigorov
> Priority: Trivial
> Fix For: 6.0.0-RC1, 1.5.7
>
> Attachments: WICKET-4552-1.patch
>
>
> Currently I can't use ignorePaths init param with WicketServlet (but using
> WicketFilter works fine).
> WicketServlet.goGet() and WicketServlet.doPost() call
> WicketFilter.processRequest(ServletRequest, ServletResponse, FilterChain)
> without passing FilterChain object, so WicketFilter.processRequest(..) throws
> NullPointerException.
> We should omit chain.doFilter(..) if given FilterChain is null.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira