[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
Priority: Minor
Fix For: 1.4.1
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.