Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.7.3
-
None
-
None
Description
There is an empty paragraph in the javadoc for the field PARAM_DEFAULT_DEPTH (https://fisheye6.atlassian.com/browse/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserManagerImpl.java?r=1543443#to209). This leads to the part following after that (the note about changing the default depth having an influence on retrieving users as well) not being rendered for the HTML avadoc (visible at http://jackrabbit.apache.org/api/2.4/org/apache/jackrabbit/core/security/user/UserManagerImpl.html).
The javadoc was adjusted with this change: https://fisheye6.atlassian.com/changelog/jackrabbit?cs=794702 (in the context of JCR-2199).
Please fix the javadoc to make that important note appear in for the field as well as in the description of the class (https://fisheye6.atlassian.com/browse/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserManagerImpl.java?r=1543443#to141).
Please also explain a littlebit, why that field has not only an influence on storing new users, because for reading user nodes the UUID of the node is used and the path where the node is actually stored should be irrelevant.