gdaniels 02/02/27 10:28:24
Modified: java/src/org/apache/axis/transport/http AxisServlet.java
Log:
Replace old version of getRequestURL code - the 1.85 version breaks
with pre-2.3 servlet.jars.
It would have been nice to put a comment about this change in the log
entry for 1.85....
Revision Changes Path
1.86 +2 -1
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.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- AxisServlet.java 27 Feb 2002 17:19:49 -0000 1.85
+++ AxisServlet.java 27 Feb 2002 18:28:24 -0000 1.86
@@ -254,7 +254,8 @@
req.getRemoteAddr());
try {
- String url = req.getRequestURL().toString();
+
+ String url = HttpUtils.getRequestURL(req).toString();
msgContext.setProperty(MessageContext.TRANS_URL, url);
- cvs commit: xml-axis/java/src/org/apache/axis/transport/http ... rineholt
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... butek
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... butek
- RE: cvs commit: xml-axis/java/src/org/apache/axis/transp... Glen Daniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... butek
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... tomj
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/... rsitze
