[cvs] expresso commit by lhamel: add comment

JCorporate Ltd jcorp at jcorp2.servlets.net
Wed Nov 17 14:47:44 PST 2004


Log Message:
-----------
add comment

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/config:
        struts-config.xml

Revision Data
-------------
Index: struts-config.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/config/struts-config.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -Lexpresso-web/WEB-INF/config/struts-config.xml -Lexpresso-web/WEB-INF/config/struts-config.xml -u -r1.42 -r1.43
--- expresso-web/WEB-INF/config/struts-config.xml
+++ expresso-web/WEB-INF/config/struts-config.xml
@@ -28,6 +28,11 @@
 		<!-- logon is the redirection target when a user who isn't logged tries
              to access a secured page -->
 		<forward name="logon" path="/Login.do"/>
+        <!-- register forward is used when there is a security error
+            for a logged-in, known user, ostensibly for user to add
+            reg info or otherwise request more security.
+            Replace this controller
+            destination if you want to send security errors somewhere else.-->
 		<forward name="register" path="/Register.do"/>
 		<!-- after successful login, the user is usually redirected to their (saved)
              original destination, but in the case where someone has gone directly


More information about the cvs mailing list