[
https://issues.apache.org/jira/browse/WICKET-4380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emond Papegaaij resolved WICKET-4380.
-------------------------------------
Resolution: Fixed
Fix Version/s: 6.0.0
1.5.5
Thanks for the patch, it's applied.
> Null url argument on missing static resource
> --------------------------------------------
>
> Key: WICKET-4380
> URL: https://issues.apache.org/jira/browse/WICKET-4380
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.5.3, 1.5.4
> Environment: All tested (Jetty via Maven, deploy into Tomcat)
> Reporter: Mark Eschbach
> Assignee: Emond Papegaaij
> Priority: Minor
> Fix For: 1.5.5, 6.0.0
>
> Attachments: WERS-bug.zip, WERS-npe.patch
>
>
> The WebExternalResourceStream doesn't check the return value of the
> ServletContext#getResource, which could be null. When the reference is given
> to the Connections#lastModified method this will cause a complaint several
> call layers down stating the URL argument may not be null. The null value is
> a result of the referenced static resource missing, thus the servlet
> container is correctly returning null (as per the Servlet spec).
--
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