You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by gzurowski <gi...@git.apache.org> on 2014/01/02 03:11:56 UTC

camel pull request: CAMEL-7102: Fix authentication tests of the camel-jcr c...

GitHub user gzurowski opened a pull request:

    https://github.com/apache/camel/pull/82

    CAMEL-7102: Fix authentication tests of the camel-jcr component

    This patch fixes the JUnit test cases for authentication of the camel-jcr component by properly utilizing the JCR API for access control (also see http://wiki.apache.org/jackrabbit/AccessControl).
    
    https://issues.apache.org/jira/browse/CAMEL-7102.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gzurowski/camel FixJcrAuthTests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/82.patch

----
commit 2fbc7e9335fa882d69f583267f511cf750fa701b
Author: Gregor Zurowski <gr...@zurowski.org>
Date:   2014-01-02T02:04:55Z

    CAMEL-7102: Fix authentication tests of the camel-jcr component
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>

----