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/22 18:00:34 UTC

[jira] Commented: (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:comment-tabpanel#action_12497907 ] 

Peter Ertl commented on WICKET-464:
-----------------------------------

I really don't want to bug you wicket guys but leaving the compression on will make wicket _ 100% unusable_ on SAP J2EE Server 6.40. The application won't even start as the initial loading of compressed package resources will fail. Having a little switch to enable/disable compression would hurt nobody but make wicket accessible on one more server platform.

I know the server is the problem, not wicket, however there's no fix available for the broken compression so having a switch would be the best solution.

Also, it would be nice to delegate compression to the server instead of doing it natively, as an option.



> 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.0
>            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.