Invalid links in Service Listing at root of CXF servlet if the context path
does not end in '/'
-----------------------------------------------------------------------------------------------
Key: CXF-898
URL: https://issues.apache.org/jira/browse/CXF-898
Project: CXF
Issue Type: Bug
Affects Versions: 2.0
Environment: Tested on Tomcat 5.5.23, but probably independent of
environment
Reporter: Andrew
Priority: Minor
The service listing generated by the CXFServlet at the context root, e.g.
"http://localhost/webservice/", contains links missing the last character if
called without the final '/' (i.e. as "http://localhost/webservice"), which has
been tested with Tomcat and most likely is possible in most containers. See
attached screenshots.
Without having seen the code, I would assume the final character is stripped to
avoid the problem described in CXF-535, but it seems this also happens if it is
*not* a slash.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.