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

Matthias Weßendorf resolved TRINIDAD-815.
-----------------------------------------

    Resolution: Cannot Reproduce

Looks like it is fixed with a recent version of Trinidad

> org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION does not react to 
> context-param setting 
> org.apache.myfaces.trinidadinternal.DISABLE_CONTENT_COMPRESSION does!
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-815
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-815
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.3-core
>         Environment: Mac OS 10.4 (Tiger), Java 5, JBoss 4.2.1 GA
>            Reporter: Patrick Balm
>            Priority: Minor
>
> web.xml
> <context-param>
>         
> <param-name>org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION</param-name>
>         <!-- use true for debugging, false in production-->
>         <param-value>true</param-value>
>     </context-param>
> does not have the desired (documented) effect.
> The older property does work (as discovered by chance)
> <context-param>
>    
> <param-name>org.apache.myfaces.trinidadinternal.DISABLE_CONTENT_COMPRESSION</param-name>
>    <param-value>true</param-value>
>   </context-param> 

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

Reply via email to