[
http://jira.magnolia-cms.com/browse/MAGNOLIA-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=19739#action_19739
]
Jan Haderka commented on MAGNOLIA-2495:
---------------------------------------
To summarize:
# compression configuration will be located in the
{{/modules/cache/compression/bypasses}} and both {{GZipFilter}} and
{{UseCache}} executor will load it from there.
# there will be two voters configured
## ContentType - similar to what is now configured directly in the
{{GZipFilter}}
## UserAgent - neow voter to deal with the issues related to browser problems
(IE6)
# the {{Store}} executor will evaluate onlt {{ContentType}} voter when deciding
whether to create compressed content entry or not. Uncompressed content cache
entries will not be affected by this at all
# Existing configuration of bypasses in the {{GZipFilter}} will be replaced by
{{DelegateVoter}} which will execute compression configuration voters from the
new location in {{/modules/cache/compression/bypasses}}
# Existing configuration of compressible content types from {{Store}} executor
will be removed and instead {{ContentType}} voter from
{{/modules/cache/compression/bypasses/ContentType}} will be used.
In case I've forgotten something from what we discussed please let me know.
> Selectively switch off the gzip compression based on user agent
> ---------------------------------------------------------------
>
> Key: MAGNOLIA-2495
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2495
> Project: Magnolia
> Issue Type: Improvement
> Components: cache
> Affects Versions: 3.6.3
> Reporter: Jan Haderka
> Assignee: Jan Haderka
> Fix For: 3.6.x, 4.0
>
>
> Due to issues with IE6, implement change cache configuration to selectively
> disable gzip compression for JS and CSS resources. Doing so allows to work
> around buggy gzip support in IE6 without having to switch off the compression
> or caching completely.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
----------------------------------------------------------------