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

[jira] Created: (CXF-953) In services list, last character in link url is swallowed when no trailing slash is available

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.


[jira] Resolved: (CXF-953) In services list, last character in link url is swallowed when no trailing slash is available

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

willem Jiang resolved CXF-953.
------------------------------

    Resolution: Duplicate
      Assignee: willem Jiang

It is same with the CXF-898 which has been fixed.

> 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
>            Assignee: willem Jiang
>            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.