Uploaded image for project: 'PUBLIC - Liferay Portal Community Edition'
  1. PUBLIC - Liferay Portal Community Edition
  2. LPS-7599

GZip-Filter is not working with WebSphere Application Server 6.1

Details

    • Bug
    • Status: Closed
    • Resolution: Inactive
    • 5.2.3
    • None
    • Performance
    • None
    • WebSphere Application Server 6.1.0.27 on RHEL 3
      Liferay 5.2.3

    Description

      GZip is not working with WebSphere Application Server 6.1due to the class

      com.liferay.portal.servlet.filters.gzip.GZipFilter

      which execludes WebSphere-Servers for Gzip compression.

      I changed the class

      public GZipFilter()
      
      
      
      if (super.isFilterEnabled()) {
      			if (ServerDetector.isJBoss() || ServerDetector.isJetty() ||
      				ServerDetector.isJOnAS() || ServerDetector.isOC4J() ||
      				ServerDetector.isTomcat() || 
      				ServerDetector.isWebSphere()
      			) {
      .......
      }
      

      and tested it.

      Gzip works with WebSphere Application Server 6.1.0.27 without any errors.

      Attachments

        Activity

          People

            support-lep@liferay.com SE Support
            marcel.friedmann@markant.de Marcel Friedmann (Inactive)
            Kiyoshi Lee Kiyoshi Lee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              12 years, 2 weeks, 6 days ago

              Packages

                Version Package