You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2008/09/24 15:52:44 UTC

[jira] Updated: (JCR-1392) [PATCH] Exception not thrown where it appears it should have been

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

angela updated JCR-1392:
------------------------

    Fix Version/s:     (was: 1.5)
                   jcr-server 1.4.1

> [PATCH] Exception not thrown where it appears it should have been
> -----------------------------------------------------------------
>
>                 Key: JCR-1392
>                 URL: https://issues.apache.org/jira/browse/JCR-1392
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-jcr-server
>    Affects Versions: 1.4
>            Reporter: Dave Brosius
>            Assignee: angela
>            Priority: Minor
>             Fix For: jcr-server 1.4.1
>
>         Attachments: throw_the_exception.patch
>
>
> Code creates an expection in an apparent error state, but doesn't throw it when it looks like it should
> class: org.apache.jackrabbit.webdav.jcr.search.SearchResultProperty
> ctor: public SearchResultProperty(DavProperty property, ValueFactory valueFactory) throws RepositoryException
> around line 96
>         } else {
>             new IllegalArgumentException("SearchResultProperty requires a list of 'dcr:column' xml elements.");
>         }
> Patch fixes this

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