stevel 2003/08/15 12:17:48
Modified: java/src/org/apache/axis/transport/http AxisServlet.java
Log:
pull a line we no longer need
Revision Changes Path
1.167 +0 -2
xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java
Index: AxisServlet.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- AxisServlet.java 15 Aug 2003 19:08:17 -0000 1.166
+++ AxisServlet.java 15 Aug 2003 19:17:48 -0000 1.167
@@ -238,8 +238,6 @@
realpath = request.getServletPath();
}
- boolean hasParameters = request.getParameterNames().hasMoreElements();
-
//JWS pages are special; they are the servlet path and there
//is no pathinfo...we map the pathinfo to the servlet path to keep
//it happy