User: starksm 
  Date: 01/06/30 18:30:20

  Modified:    src/resources/web snoop.jsp
  Log:
  Update env-entry tests for deep env-entry-name problem case
  
  Revision  Changes    Path
  1.3       +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.3
  diff -u -r1.2 -r1.3
  --- snoop.jsp 2001/05/11 16:47:59     1.2
  +++ snoop.jsp 2001/07/01 01:30:20     1.3
  @@ -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>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to