Author: hlship
Date: Thu Sep  1 19:01:38 2011
New Revision: 1164206

URL: http://svn.apache.org/viewvc?rev=1164206&view=rev
Log:
TAP5-743: Add note about servlet container case sensitivity

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java?rev=1164206&r1=1164205&r2=1164206&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
 Thu Sep  1 19:01:38 2011
@@ -356,6 +356,9 @@ public class SymbolConstants
      * This also affects the search for page templates (which are allowed 
within the web context). When set to a non-blank value, page templates are 
searched for in the folder, rather than in the root context.
      * <p/>
      * The default value is the empty string, which preserves Tapestry 5.2 
behavior (and continues to be appropriate for most applications).
+     * <p/>
+     * Note that while Tapestry is case-insensitive, the servlet container is 
not, so the configured value must exactly match
+     * the folder name inside the {@code <url-parameter>} value, including 
case.
      *
      * @since 5.3
      */


Reply via email to