You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/12/09 15:12:15 UTC

svn commit: r888808 - /myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml

Author: matzew
Date: Wed Dec  9 14:12:14 2009
New Revision: 888808

URL: http://svn.apache.org/viewvc?rev=888808&view=rev
Log:
added note about org.apache.myfaces.trinidad.resource.DEBUG.

Modified:
    myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml

Modified: myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml?rev=888808&r1=888807&r2=888808&view=diff
==============================================================================
--- myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml (original)
+++ myfaces/trinidad/trunk/src/site/xdoc/devguide/configuration.xml Wed Dec  9 14:12:14 2009
@@ -423,6 +423,13 @@
 more information about this option. The default is false.
 </p>
 </subsection>
+<subsection name="org.apache.myfaces.trinidad.resource.DEBUG">
+<p>
+Setting this value to true helps on debugging the Trinidad resources,
+as it enables resource chaning and sets caching headers when the value
+is set to TRUE. However, in a production environment it should be false.
+</p>
+</subsection>
 <subsection name="org.apache.myfaces.trinidad.DEBUG_JAVASCRIPT">
 <p>
 Apache Trinidad by default obfuscates the Javascript it delivers