Title: Deprecation warnings

Has anyone seen these deprecation warnings... Any reason for these?
I'm doing some small changes to the AxisServlet. Can take care of these too...

xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java [83] warning: javax.servlet.http.HttpUtils in javax.servlet.http has been deprecated

import javax.servlet.http.HttpUtils;
                          ^
xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java [258] warning: javax.servlet.http.HttpUtils in javax.servlet.http has been deprecated

                String url = HttpUtils.getRequestURL(req).toString();
                             ^
2 warnings

-- Igor Sedukhin .. ([EMAIL PROTECTED])
-- (631) 342-4325 .. 1 CA Plaza, Islandia, NY 11788


Reply via email to