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