DISABLE_CONTENT_COMPRESSION_IN_PRODUCTION_STAGE message incorrect
-----------------------------------------------------------------
Key: TRINIDAD-1966
URL: https://issues.apache.org/jira/browse/TRINIDAD-1966
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 2.0.0-alpha-2
Reporter: Andy Schwartz
Priority: Minor
Trinidad logs a message to warn when DISABLE_CONTENT_COMPRESSION is enabled in
production project stage. The wording of this message is incorrect. From
LoggerBundle.xrts:
<!-- DISABLE_CONTENT_COMPRESSION_IN_PRODUCTION_STAGE -->
<resource key="DISABLE_CONTENT_COMPRESSION_IN_PRODUCTION_STAGE">Your
environment is configured as productio\
n and Apache Trinidad is running with debug javascript. See the
"org.apache.myfaces.trinidad.DEBUG_JAVASCRI\
PT" parameter in /WEB-INF/web.xml</resource>
This should reference the DISABLE_CONTENT_COMPRESSION context parameter - not
DEBUG_JAVASCRIPT.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.