ICEfaces
  1. ICEfaces
  2. ICE-1304

NullPointerException thrown by "com.icesoft.faces.webapp.http.common.standard.CompressingServer" class.

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#1
    • Fix Version/s: 1.6DR#2, 1.6
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Tomcat 5.5.14, Firefox 2.0.0.2
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      //check the acceptEncodingHeader for Null-Value.
      if ((acceptEncodingHeader != null) &&
                  (acceptEncodingHeader.indexOf("gzip") >= 0 || acceptEncodingHeader.indexOf("compress") >= 0)) {
              
      Show
      //check the acceptEncodingHeader for Null-Value. if ((acceptEncodingHeader != null) &&             (acceptEncodingHeader.indexOf("gzip") >= 0 || acceptEncodingHeader.indexOf("compress") >= 0)) {         

      Description

      NullPointerException thrown by "com.icesoft.faces.webapp.http.common.standard.CompressingServer" class.

        Activity

        Hide
        Mircea Toma added a comment -

        Fixed in commit #13368.

        Show
        Mircea Toma added a comment - Fixed in commit #13368.

          People

          • Assignee:
            Unassigned
            Reporter:
            Alexander Merk
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: