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 2012/06/20 20:30:43 UTC

[jira] [Created] (JCR-3352) Minor improvements for collecting ACEs

angela created JCR-3352:
---------------------------

             Summary: Minor improvements for collecting ACEs
                 Key: JCR-3352
                 URL: https://issues.apache.org/jira/browse/JCR-3352
             Project: Jackrabbit Content Repository
          Issue Type: Sub-task
            Reporter: angela
            Assignee: angela




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JCR-3352) Minor improvements for collecting ACEs

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401285#comment-13401285 ] 

angela commented on JCR-3352:
-----------------------------

applied patch 3 in order to reduce the number of combinations and patches that we need to test.
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>            Reporter: angela
>            Assignee: angela
>         Attachments: JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

angela updated JCR-3352:
------------------------

    Attachment: JCR-3352.patch

patch providing the following improvements:

- construct ACL with a path -> avoiding accessing the parent node
- extend NodeImpl to allow to access the name of the primary type -> avoid calling Node#getNodeType
- extend NodeImpl by a new method #isAccessControllable -> avoid to call Node#hasNode which in fact retrieves the item data while in this case it was sufficient to know if such a child item exists. this is a implementation specific improvement (which i basically tried to avoid so far).

i will profile the net effect again... but it addresses things that showed to be very costy and at the same time could be fixed (in contrast to accessing the ace-nodes)
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>            Reporter: angela
>            Assignee: angela
>         Attachments: JCR-3352.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

Julian Reschke updated JCR-3352:
--------------------------------

    Comment: was deleted

(was: trunk: r1362924, 2.4: r1362927, 2.2: r1362932)
    
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: 2.2-jcr-3352.csv, 2.2-orig.csv, JCR-3352-2.2.patch, JCR-3352-2.2b.patch, JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

Julian Reschke updated JCR-3352:
--------------------------------

    Affects Version/s: 2.2.12
        Fix Version/s: 2.2.13
    
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.2.12, 2.4.2, 2.5
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.2.13, 2.4.3, 2.5.1
>
>         Attachments: 2.2-jcr-3352.csv, 2.2-orig.csv, JCR-3352-2.2b.patch, JCR-3352-2.2.patch, JCR-3352_3.patch, JCR-3352.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (JCR-3352) Minor improvements for collecting ACEs

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

angela resolved JCR-3352.
-------------------------

    Resolution: Fixed

resolving this subtask. the was for sure some additional potential for improved ac read
performance but those most probably require non-trivial changes. 
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>            Reporter: angela
>            Assignee: angela
>         Attachments: JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

Julian Reschke updated JCR-3352:
--------------------------------

    Attachment: JCR-3352-2.2.patch
                2.2-orig.csv
                2.2-jcr-3352.csv

The patch implements the same change for 2.2, minus adding the path to ACLTemplate. Even with this restriction, it appears to help (see CSVs).
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: 2.2-jcr-3352.csv, 2.2-orig.csv, JCR-3352-2.2.patch, JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JCR-3352) Minor improvements for collecting ACEs

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399257#comment-13399257 ] 

angela commented on JCR-3352:
-----------------------------

hmmmm... that causes regression -> removed patch_2
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>            Reporter: angela
>            Assignee: angela
>         Attachments: JCR-3352.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JCR-3352) Minor improvements for collecting ACEs

Posted by "Julian Reschke (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405095#comment-13405095 ] 

Julian Reschke commented on JCR-3352:
-------------------------------------

(included the change in 2.4)
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

Jukka Zitting updated JCR-3352:
-------------------------------

    Affects Version/s:     (was: 2.6)
                       2.5
        Fix Version/s:     (was: 2.6)
                       2.5.1
    
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.5
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.5.1
>
>         Attachments: 2.2-jcr-3352.csv, 2.2-orig.csv, JCR-3352-2.2.patch, JCR-3352-2.2b.patch, JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JCR-3352) Minor improvements for collecting ACEs

Posted by "Julian Reschke (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13417064#comment-13417064 ] 

Julian Reschke commented on JCR-3352:
-------------------------------------

trunk: r1362924, 2.4: r1362927, 2.2: r1362932
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: 2.2-jcr-3352.csv, 2.2-orig.csv, JCR-3352-2.2.patch, JCR-3352-2.2b.patch, JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

Julian Reschke updated JCR-3352:
--------------------------------

    Attachment:     (was: 3352-2.2.patch)
    
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: 2.2-jcr-3352.csv, 2.2-orig.csv, JCR-3352-2.2.patch, JCR-3352-2.2b.patch, JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JCR-3352) Minor improvements for collecting ACEs

Posted by "Julian Reschke (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398329#comment-13398329 ] 

Julian Reschke commented on JCR-3352:
-------------------------------------

In the Javadoc for NodeImpl.getPrimaryNodeTypeName, shouldn't "with retrieving" say "without retrieving"?
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>            Reporter: angela
>            Assignee: angela
>         Attachments: JCR-3352.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

angela updated JCR-3352:
------------------------

    Attachment: JCR-3352_2.patch

second patch with additional improvement

- passing null path to ACLTemplate constructor (with comment)
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>            Reporter: angela
>            Assignee: angela
>         Attachments: JCR-3352.patch, JCR-3352_2.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JCR-3352) Minor improvements for collecting ACEs

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418112#comment-13418112 ] 

angela commented on JCR-3352:
-----------------------------

2.2b patch looks fine
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: 2.2-jcr-3352.csv, 2.2-orig.csv, JCR-3352-2.2.patch, JCR-3352-2.2b.patch, JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

Julian Reschke updated JCR-3352:
--------------------------------

    Attachment: 3352-2.2.patch

Proposed patch for 2.2.
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: 2.2-jcr-3352.csv, 2.2-orig.csv, 3352-2.2.patch, JCR-3352-2.2.patch, JCR-3352-2.2b.patch, JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

angela updated JCR-3352:
------------------------

    Attachment: JCR-3352_3.patch
    
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>            Reporter: angela
>            Assignee: angela
>         Attachments: JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

Julian Reschke updated JCR-3352:
--------------------------------

          Component/s: security
    Affects Version/s: 2.6
                       2.4.2
        Fix Version/s: 2.6
                       2.4.3
    
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

Julian Reschke updated JCR-3352:
--------------------------------

    Attachment: JCR-3352-2.2b.patch

This patch adds the "path" change; but doesn't seem to improve much the performance compared to JCR-3352-2.patch
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: 2.2-jcr-3352.csv, 2.2-orig.csv, JCR-3352-2.2.patch, JCR-3352-2.2b.patch, JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JCR-3352) Minor improvements for collecting ACEs

Posted by "Julian Reschke (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13407872#comment-13407872 ] 

Julian Reschke commented on JCR-3352:
-------------------------------------

It probably would be good to have a similar patch for 2.2.
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JCR-3352) Minor improvements for collecting ACEs

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398333#comment-13398333 ] 

angela commented on JCR-3352:
-----------------------------

sure :) thanks for spotting.
                
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>            Reporter: angela
>            Assignee: angela
>         Attachments: JCR-3352.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

angela updated JCR-3352:
------------------------

    Attachment:     (was: JCR-3352_2.patch)
    
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>            Reporter: angela
>            Assignee: angela
>         Attachments: JCR-3352.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (JCR-3352) Minor improvements for collecting ACEs

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

Julian Reschke updated JCR-3352:
--------------------------------

    Comment: was deleted

(was: Proposed patch for 2.2.)
    
> Minor improvements for collecting ACEs
> --------------------------------------
>
>                 Key: JCR-3352
>                 URL: https://issues.apache.org/jira/browse/JCR-3352
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.4.2, 2.6
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.4.3, 2.6
>
>         Attachments: 2.2-jcr-3352.csv, 2.2-orig.csv, JCR-3352-2.2.patch, JCR-3352-2.2b.patch, JCR-3352.patch, JCR-3352_3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira