You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2007/05/03 13:01:15 UTC

[jira] Updated: (WICKET-464) CompressedPackageResource should have a switch to enable/disable

     [ https://issues.apache.org/jira/browse/WICKET-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Ertl updated WICKET-464:
------------------------------

    Description: 
It should be possible to deactivate gzip compression. Sometimes gzip is already handled by a proxy server or gzip raises problems (like I experienced on SAP J2EE Enterprise Server).

Default should be 'on'.

It's always good to have an option.

  was:
It should be possible to deactivate gzip compression. Sometimes gzip is already handled by a proxy server or gzip raises problems (like I experienced on SAP J2EE Enterprise Server).

Default should be 'on'.

It's always good to have an option.



     Issue Type: Bug  (was: Improvement)

Not being able to disable compression makes wicket resources unreadable on a default installation of SAP J2EE Web Application Server. It will by default compress the compressed resource again (which is just stupid) which will result in resource being compressed two times. The browser only decompresses one time and will therfore fail to load the resource.

So, having compression on, will break your application on a default installation of SAP J2EE.

http://en.wikipedia.org/wiki/SAP_Web_Application_Server


> CompressedPackageResource should have a switch to enable/disable
> ----------------------------------------------------------------
>
>                 Key: WICKET-464
>                 URL: https://issues.apache.org/jira/browse/WICKET-464
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Peter Ertl
>         Attachments: compress_on_off.txt
>
>
> It should be possible to deactivate gzip compression. Sometimes gzip is already handled by a proxy server or gzip raises problems (like I experienced on SAP J2EE Enterprise Server).
> Default should be 'on'.
> It's always good to have an option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.