Add RepositoryException to JackrabbitAccessControlList#getRestrictionNames and
#getRestrictionType
--------------------------------------------------------------------------------------------------
Key: JCR-2824
URL: https://issues.apache.org/jira/browse/JCR-2824
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-api
Affects Versions: 2.1.2, 2.1.1, 2.1.0, 2.0.3, 2.0.0
Reporter: angela
Assignee: angela
Fix For: 2.2.0
Throughout the JCR and Jackrabbit API methods that include name processing are
define to throw RepositoryException in case of
an error related to name processing (due to lack of a more specific exception
in the javax.jcr package space).
Unfortunately, I forgot those in JackrabbitAccessControlList and
JackrabbitAccessControlEntry. While the latter has already been addressed for
the 2.2 release,
I would like to fix the JackrabbitAccessControlList interface as well (and
subsequently also fix the implementations that currently do not properly cope
with
names).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.