butek 02/03/21 06:13:18
Modified: java/src/org/apache/axis/transport/http AxisServlet.java
Log:
Remove deprecation warning.
Revision Changes Path
1.89 +1 -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.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- AxisServlet.java 8 Mar 2002 16:32:04 -0000 1.88
+++ AxisServlet.java 21 Mar 2002 14:13:17 -0000 1.89
@@ -80,7 +80,6 @@
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
-import javax.servlet.http.HttpUtils;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.IOException;
@@ -256,7 +255,7 @@
try {
- String url = HttpUtils.getRequestURL(req).toString();
+ String url = req.getRequestURL().toString();
msgContext.setProperty(MessageContext.TRANS_URL, url);
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rineholt
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... butek
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... gdaniels
- RE: cvs commit: xml-axis/java/src/org/apache/axis/tran... butek
- RE: cvs commit: xml-axis/java/src/org/apache/axis/tran... Glen Daniels
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... butek
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... tomj
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... tomj
- Re: cvs commit: xml-axis/java/src/org/apache/axis/... Steve Loughran
- cvs commit: xml-axis/java/src/org/apache/axis/transpor... rsitze
