You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by is...@apache.org on 2009/08/20 10:25:41 UTC

svn commit: r806085 - /webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java

Author: isurues
Date: Thu Aug 20 08:25:41 2009
New Revision: 806085

URL: http://svn.apache.org/viewvc?rev=806085&view=rev
Log:
making the method preprocessRequest protected. This will allow custom extensions of AxisServlet to use this method..

Modified:
    webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java

Modified: webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java?rev=806085&r1=806084&r2=806085&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java (original)
+++ webservices/axis2/trunk/java/modules/transport/http/src/org/apache/axis2/transport/http/AxisServlet.java Thu Aug 20 08:25:41 2009
@@ -587,7 +587,7 @@
      * 
      * @param req the request to preprocess
      */
-    private void preprocessRequest(HttpServletRequest req) throws ServletException {
+    protected void preprocessRequest(HttpServletRequest req) throws ServletException {
         if (contextRoot == null || contextRoot.trim().length() == 0) {
             String contextPath = null;
             // Support older servlet API's