You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ma...@apache.org on 2004/01/29 20:38:53 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app6 false.jsp

marino      2004/01/29 11:38:53

  Added:       examples/struts/examples/struts_app6 false.jsp
  Log:
  two new example applications that showcase SSL Ext for Struts and the SecureLinkTool
  
  Revision  Changes    Path
  1.1                  jakarta-velocity-tools/examples/struts/examples/struts_app6/false.jsp
  
  Index: false.jsp
  ===================================================================
  <%@ taglib uri="/WEB-INF/sslext.tld" prefix="sslext"%>
  <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
  <html>
  <head>
  </head>
  <body>
  <font size="+4"><center><%=request.getRequestURI()%></center></font>
  <br>
  <jsp:include page="top.html"/>
  <br>
  We are on the false page. The non-secure (non-SSL) action "false" forwards to this page.
  <br>
  <br>
  Try the <sslext:link page="/true_jsp.do" >true</sslext:link> page.
  <br>
  Try the <sslext:link page="/any_jsp.do" >any</sslext:link> page.
  <br>
  <br>
  Go to <sslext:link page="/formAction_jsp.do">form</sslext:link> test page.
  </body>
  </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org