In services list, last character in link url is swallowed when no trailing
slash is available
---------------------------------------------------------------------------------------------
Key: CXF-953
URL: https://issues.apache.org/jira/browse/CXF-953
Project: CXF
Issue Type: Bug
Affects Versions: 2.0
Environment: Using CXF servlet
Reporter: Allard Buijze
Priority: Minor
Fix For: 2.0.2
When the root URL of the servlet is requested, a list of services is shown.
Each service name is a link to its WSDL.
However, the last character of the servicename disappears if the root URL was
requested without trailing slash.
So, "http://localhost:9080/services/" will create correct link urls, but
"http://localhost:9080/services" will show the same page, with incorrect URLs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.