husted 2002/07/21 12:57:26 Modified: web/exercise-taglib/WEB-INF struts-config.xml Log: Add tests for relative, context-relative, and absolute links. Revision Changes Path 1.7 +4 -0 jakarta-struts/web/exercise-taglib/WEB-INF/struts-config.xml Index: struts-config.xml =================================================================== RCS file: /home/cvs/jakarta-struts/web/exercise-taglib/WEB-INF/struts-config.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- struts-config.xml 16 Jul 2002 04:56:42 -0000 1.6 +++ struts-config.xml 21 Jul 2002 19:57:26 -0000 1.7 @@ -13,6 +13,10 @@ <global-forwards> <forward name="index" path="/index.jsp"/> + <forward name="absolute" path="http://jakarta.apache.org/"/> + <forward name="relative" path="/index.jsp"/> + <forward name="context-relative" path="/index.jsp" contextRelative="true"/> + <!-- Need a better test for context-relative --> </global-forwards> <action-mappings>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>