Author: dims Date: Thu May 24 07:48:12 2007 New Revision: 541312 URL: http://svn.apache.org/viewvc?view=rev&rev=541312 Log: clean up commented out code.
Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java?view=diff&rev=541312&r1=541311&r2=541312 ============================================================================== --- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java (original) +++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java Thu May 24 07:48:12 2007 @@ -149,17 +149,7 @@ } msgContext.setAxisOperation(axisOperation); } - - // check for the dispatching result -// if (msgContext.getAxisOperation() == null) { -// throw new AxisFault("I can not find a service for this request to be serviced." + -// " Check the WSDL and the request URI"); -// } } -// else { -// throw new AxisFault("I can not find a service for this request to be serviced." + -// " Check the WSDL and the request URI"); -// } } public static String getConstantFromHTTPLocation(String httpLocation) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]