Revision: 781
          http://stripes.svn.sourceforge.net/stripes/?rev=781&view=rev
Author:   tfenne
Date:     2008-01-20 19:24:01 -0800 (Sun, 20 Jan 2008)

Log Message:
-----------
Added an encryption key to the example app so that it works better across 
restarts.

Modified Paths:
--------------
    trunk/examples/web/WEB-INF/web.xml

Modified: trunk/examples/web/WEB-INF/web.xml
===================================================================
--- trunk/examples/web/WEB-INF/web.xml  2008-01-21 03:23:20 UTC (rev 780)
+++ trunk/examples/web/WEB-INF/web.xml  2008-01-21 03:24:01 UTC (rev 781)
@@ -34,6 +34,11 @@
             <param-name>ActionBeanContext.Class</param-name>
             
<param-value>net.sourceforge.stripes.examples.bugzooky.BugzookyActionBeanContext</param-value>
         </init-param>
+
+        <init-param>
+            <param-name>Stripes.EncryptionKey</param-name>
+            <param-value>Don't Copy/Paste Me! Make up your own encryption key 
and keep it secret!</param-value>
+        </init-param>
     </filter>
 
     <filter-mapping>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to