Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-4380

Null url argument on missing static resource

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.5.3, 1.5.4
    • 1.5.5, 6.0.0-beta1
    • wicket
    • None
    • All tested (Jetty via Maven, deploy into Tomcat)

    Description

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

      Attachments

        1. WERS-npe.patch
          1 kB
          Mark Eschbach
        2. WERS-bug.zip
          24 kB
          Mark Eschbach

        Activity

          People

            papegaaij Emond Papegaaij
            meschbach Mark Eschbach
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: