User: starksm
Date: 01/07/08 18:06:08
Modified: src/resources/web Tag: Branch_2_4 index.html snoop.jsp
Added: src/resources/web Tag: Branch_2_4 SecuredDD.xml
UnsecuredDD.xml classpath.jsp
Log:
Merge latest changes from main to the 2.4 branch
Revision Changes Path
No revision
No revision
1.5.2.1 +4 -0 jbosstest/src/resources/web/index.html
Index: index.html
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/resources/web/index.html,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -r1.5 -r1.5.2.1
--- index.html 2001/05/31 02:30:03 1.5
+++ index.html 2001/07/09 01:06:08 1.5.2.1
@@ -27,6 +27,10 @@
<li><a href="/jbosstest/snoop.jsp">Try snoop.jsp</a>
A basic test of a JSP page.
</li>
+ <li><a href="/jbosstest/classpath.jsp">Try classpath.jsp</a>
+ A JSP page that access the org.jboss.test.web.util.Util class from the
+ WEB-INF/lib/util.jar to dump its class loaders and display the JNDI ENC.
+ </li>
</ul>
<h2>Security Tests</h2>
1.2.2.1 +3 -1 jbosstest/src/resources/web/snoop.jsp
Index: snoop.jsp
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/resources/web/snoop.jsp,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- snoop.jsp 2001/05/11 16:47:59 1.2
+++ snoop.jsp 2001/07/09 01:06:08 1.2.2.1
@@ -1,4 +1,4 @@
-<%@page import="java.io.*,javax.naming.*" %>
+<%@page import="java.io.*,javax.naming.*,javax.servlet.http.HttpUtils" %>
<html>
<%!
private String initException;
@@ -121,6 +121,8 @@
<h1> Request Information </h1>
<font size="4">
JSP Request Method: <%= request.getMethod() %>
+<br>
+Request URL: <%= HttpUtils.getRequestURL(request) %>
<br>
Request URI: <%= request.getRequestURI() %>
<br>
No revision
No revision
1.1.2.1 +0 -0 jbosstest/src/resources/web/SecuredDD.xml
Index: SecuredDD.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/resources/web/SecuredDD.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 jbosstest/src/resources/web/UnsecuredDD.xml
Index: UnsecuredDD.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/resources/web/UnsecuredDD.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 jbosstest/src/resources/web/classpath.jsp
Index: classpath.jsp
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/resources/web/classpath.jsp,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development