Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-499

Invoking FilterConfig.getInitParameter() when there are no filter parameters defined results in NPE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0-refactoring, 2.0.0
    • 2.0-refactoring, 2.0.0
    • portlet container
    • None
    • JDK 1.5.0_16, Tomcat 5.5.27

    Description

      Within the init() method of a PortletFilter, if you invoke the GetInitParameter() method of the passed-in FilterConfig object a NullPointerException is thrown if the filter has been configured with NO initialization parameters. The NPE comes from

      org.apache.pluto.driver.services.container.FilterConfigImpl.getInitParameter(FilterConfigImpl.java:48)

      If you configure the portlet filter with ANY initiailization parameters the NPE is avoided.

      According to the JSR286 spec it seems that any call to GetInitParameter() that references a non-existent initialization parameter should return null.

      Attachments

        1. Pluto_499.patch
          0.9 kB
          Craig Doremus
        2. FilterConfigImpl.java
          2 kB
          Brian DeHamer

        Activity

          People

            Unassigned Unassigned
            bdehamer Brian DeHamer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: