You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2010/03/31 17:35:27 UTC

[jira] Created: (CMIS-188) Mismatch between maxItems default values

Mismatch between maxItems default values
----------------------------------------

                 Key: CMIS-188
                 URL: https://issues.apache.org/jira/browse/CMIS-188
             Project: Chemistry
          Issue Type: Bug
          Components: chemistry-atompub
            Reporter: Michael Dürig


CMISQueryFeed set maxItems to -1 to indicate repository default. This value is passed into the Paging constructor which however uses 0 to indicate a repository default. 

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


[jira] Resolved: (CMIS-188) Mismatch between maxItems default values

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

Florent Guillaume resolved CMIS-188.
------------------------------------

    Resolution: Fixed
      Assignee: Florent Guillaume

Thanks, committed.
http://svn.apache.org/viewvc?view=revision&revision=930044


> Mismatch between maxItems default values
> ----------------------------------------
>
>                 Key: CMIS-188
>                 URL: https://issues.apache.org/jira/browse/CMIS-188
>             Project: Chemistry
>          Issue Type: Bug
>          Components: chemistry-atompub
>            Reporter: Michael Dürig
>            Assignee: Florent Guillaume
>         Attachments: CMIS-188.patch
>
>
> CMISQueryFeed set maxItems to -1 to indicate repository default. This value is passed into the Paging constructor which however uses 0 to indicate a repository default. 

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


[jira] Updated: (CMIS-188) Mismatch between maxItems default values

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

Michael Dürig updated CMIS-188:
-------------------------------

    Attachment: CMIS-188.patch

Possible patch

> Mismatch between maxItems default values
> ----------------------------------------
>
>                 Key: CMIS-188
>                 URL: https://issues.apache.org/jira/browse/CMIS-188
>             Project: Chemistry
>          Issue Type: Bug
>          Components: chemistry-atompub
>            Reporter: Michael Dürig
>         Attachments: CMIS-188.patch
>
>
> CMISQueryFeed set maxItems to -1 to indicate repository default. This value is passed into the Paging constructor which however uses 0 to indicate a repository default. 

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