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/11/16 15:40:14 UTC

[jira] Created: (CMIS-269) AtomPub rendition links incorrect

AtomPub rendition links incorrect
---------------------------------

                 Key: CMIS-269
                 URL: https://issues.apache.org/jira/browse/CMIS-269
             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 generating the AtomPub links for renditions, we generate:
  <atom:link rel="alternate" href="http://localhost:17488/test/content?id=1234" ... />
instead of:
  <atom:link rel="alternate" href="http://localhost:17488/test/content?id=0fd08c56-01e6-45b1-8904-0476b1f22f51&amp;streamId=1234" ... />


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


[jira] Resolved: (CMIS-269) AtomPub rendition links incorrect

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

Florent Guillaume resolved CMIS-269.
------------------------------------

    Resolution: Fixed

Fixed.
http://svn.apache.org/viewvc?rev=1035646&view=rev

Note that I couldn't find a way to unit-test this simply, as there are no existing XML-level unit tests, and the inmemory tests don't have renditions (and the alternate links aren't used by the AtomPub client code anyway).


> AtomPub rendition links incorrect
> ---------------------------------
>
>                 Key: CMIS-269
>                 URL: https://issues.apache.org/jira/browse/CMIS-269
>             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 generating the AtomPub links for renditions, we generate:
>   <atom:link rel="alternate" href="http://localhost:17488/test/content?id=1234" ... />
> instead of:
>   <atom:link rel="alternate" href="http://localhost:17488/test/content?id=0fd08c56-01e6-45b1-8904-0476b1f22f51&amp;streamId=1234" ... />

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