You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andrew (JIRA)" <ji...@apache.org> on 2007/08/08 09:09:04 UTC

[jira] Updated: (CXF-898) Invalid links in Service Listing at root of CXF servlet if the context path does not end in '/'

     [ https://issues.apache.org/jira/browse/CXF-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew updated CXF-898:
-----------------------

    Attachment: context_with_slash.png

The links generated when the servlet is called with a trailing '/'.

> 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
>         Attachments: context_no_slash.png, context_with_slash.png
>
>
> 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.