User: starksm Date: 01/07/01 10:35:53 Modified: src/resources/web snoop.jsp Log: Fix syntax error in display of request URL Revision Changes Path 1.4 +1 -1 jbosstest/src/resources/web/snoop.jsp Index: snoop.jsp =================================================================== RCS file: /cvsroot/jboss/jbosstest/src/resources/web/snoop.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- snoop.jsp 2001/07/01 01:30:20 1.3 +++ snoop.jsp 2001/07/01 17:35:53 1.4 @@ -122,7 +122,7 @@ <font size="4"> JSP Request Method: <%= request.getMethod() %> <br> -Request URL: <%= HttpUtils.getRequestURL(request); %> +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
