Author: hlship
Date: Fri Apr  3 15:46:55 2009
New Revision: 761713

URL: http://svn.apache.org/viewvc?rev=761713&view=rev
Log:
Add more details about the @Secure annotation and related symbols.

Modified:
    tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt
    tapestry/tapestry5/trunk/src/site/apt/guide/secure.apt

Modified: tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt?rev=761713&r1=761712&r2=761713&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt Fri Apr  3 15:46:55 
2009
@@ -223,7 +223,8 @@
 
   [tapestry.secure-page]
     If true, then the page may only be accessed via HTTPS.  The 
{{{../apidocs/org/apache/tapestry5/annotations/secure.ht...@secure}}
-    annotation will set this value to true.
+    annotation will set this value to true.  This symbol is the default for 
all pages; set it to "true" to force
+    the entire application to be secure.
 
   [tapestry.scriptaculous]
     The path to the embedded copy of 
{{{http://script.aculo.us/}script.aculo.us}} packaged with Tapestry. This value 
may be overridden

Modified: tapestry/tapestry5/trunk/src/site/apt/guide/secure.apt
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/secure.apt?rev=761713&r1=761712&r2=761713&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/secure.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/secure.apt Fri Apr  3 15:46:55 
2009
@@ -121,6 +121,12 @@
   Tapestry implementation.
 
 
+Development Mode
+
+  When working in development mode, the Secure annotation is ignored. This is 
controlled by the
+  tapestry.secure-enabled {{{conf.html}configuration symbol}}.
+
+
 Application Server Configuration
 
    Setting up HTTPS support varies from application server to application 
server.


Reply via email to