You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2010/11/09 19:53:25 UTC

svn commit: r1033153 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java

Author: hlship
Date: Tue Nov  9 18:53:25 2010
New Revision: 1033153

URL: http://svn.apache.org/viewvc?rev=1033153&view=rev
Log:
Mark SymbolConstants.FORCE_ABSOLUTE_URIS as deprecated

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=1033153&r1=1033152&r2=1033153&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 Tue Nov  9 18:53:25 2010
@@ -43,6 +43,8 @@ public class SymbolConstants
 
     /**
      * Symbol which may be set to "true" to force the use of absolute URIs (not relative URIs) exclusively.
+     * 
+     * @deprecated To be removed after Tapestry 5.2. URLs are now always absolute, since Tapestry 5.2.1.
      */
     public static final String FORCE_ABSOLUTE_URIS = "tapestry.force-absolute-uris";