You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florent Guillaume (JIRA)" <ji...@apache.org> on 2010/09/29 16:05:33 UTC

[jira] Created: (CMIS-255) Cannot bind AtomPub servlet to multi-segment path

Cannot bind AtomPub servlet to multi-segment path
-------------------------------------------------

                 Key: CMIS-255
                 URL: https://issues.apache.org/jira/browse/CMIS-255
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-server
    Affects Versions: 0.2.0-incubating
            Reporter: Florent Guillaume
            Assignee: Florent Guillaume
             Fix For: 0.2.0-incubating


When attempting to bind the AtomPub servlet to a servlet path like "/foo/bar/*", incorrect URIs of the form "/foo%2Fbar..." are generated in the returned XML.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CMIS-255) Cannot bind AtomPub servlet to multi-segment path

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

Florent Guillaume updated CMIS-255:
-----------------------------------

    Affects Version/s: 0.1.0-incubating
                           (was: 0.2.0-incubating)

> Cannot bind AtomPub servlet to multi-segment path
> -------------------------------------------------
>
>                 Key: CMIS-255
>                 URL: https://issues.apache.org/jira/browse/CMIS-255
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-server
>    Affects Versions: 0.1.0-incubating
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>             Fix For: 0.2.0-incubating
>
>
> When attempting to bind the AtomPub servlet to a servlet path like "/foo/bar/*", incorrect URIs of the form "/foo%2Fbar..." are generated in the returned XML.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CMIS-255) Cannot bind AtomPub servlet to multi-segment path

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

Florent Guillaume resolved CMIS-255.
------------------------------------

    Resolution: Fixed

Fixed by having separate urlBuilder.addPath() and urlBuilder.addPathSegment().
http://svn.apache.org/viewvc?view=revision&revision=1002636


> Cannot bind AtomPub servlet to multi-segment path
> -------------------------------------------------
>
>                 Key: CMIS-255
>                 URL: https://issues.apache.org/jira/browse/CMIS-255
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-server
>    Affects Versions: 0.1.0-incubating
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>             Fix For: 0.2.0-incubating
>
>
> When attempting to bind the AtomPub servlet to a servlet path like "/foo/bar/*", incorrect URIs of the form "/foo%2Fbar..." are generated in the returned XML.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.