Permit axis2.xml/AxisServlet "servicePath" parameter to be empty
----------------------------------------------------------------
Key: AXIS2-2602
URL:
https://issues.apache.org/jira/browse/AXIS2-2602
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: deployment
Affects Versions: nightly
Environment: NA
Reporter: Steven E. Harris
Priority: Minor
Per the discussion in the following thread on the axis-users mailing list:
Why can't axis2.xml/AxisServlet "servicePath" parameter be empty?
http://thread.gmane.org/gmane.comp.apache.webservices.axis.user/55840
we should permit the servicePath parameter to be empty. It's only an artificial distinction between the servicePath and the Servlet's contextPath in trying to find the URI path base to discern the target service and operation. As the example referenced above shows, one should be able to deploy a Servlet to "some/context" with a servicePath of "path", or deploy the Servlet to "some/context/path" with a servicePath of "" (empty), and have Axis2 trust the deployer that the service name comes after "some/context/path" in either case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail:
axis-dev-unsubscribe@ws.a...
For additional commands, e-mail:
axis-dev-help@ws.a...
opensubscriber is not affiliated with the authors of this message nor responsible for its content.