ICEfaces
  1. ICEfaces
  2. ICE-2627

ICefacesServlet Mapping with URL-Pattern *.html in web.xml causes Nullpointer Exception in RenderResponse

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Cannot Reproduce
    • Affects Version/s: 1.7DR#3
    • Fix Version/s: None
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Windows XP, JBoss 4.2.2.GA
    • Workaround Exists:
      Yes
    • Workaround Description:
      Use iface pattern as oabove suggested...

      Description

      In 1.7DR#3 follwoing in the web.xml doesn't work
      <servlet-mapping>
      <servlet-name>Persistent Faces Servlet</servlet-name>
      <url-pattern>*.html</url-pattern>
      </servlet-mapping>

      After calling the page following error occurs:

      2008-01-14 09:45:54,414 ERROR [com.icesoft.faces.facelets.D2DFaceletViewHandler] Problem in renderResponse: null
      java.lang.NullPointerException
      at com.icesoft.faces.facelets.D2DFaceletViewHandler.renderResponse(D2DFaceletViewHandler.java:258)

      If i change to

      <servlet-mapping>
      <servlet-name>Persistent Faces Servlet</servlet-name>
      <url-pattern>*.iface</url-pattern>
      </servlet-mapping>

      Everything is fine....

      This behavior is neither in 1.6.2 nor 1.6.1, but in 1.7DR#3....

        Activity

        Hide
        Philip Breau added a comment -

        cannot reproduce with the current head build

        Show
        Philip Breau added a comment - cannot reproduce with the current head build

          People

          • Assignee:
            Unassigned
            Reporter:
            Ulrich Steinkopf
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: