You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/20 08:18:20 UTC

[jira] [Commented] (ARTEMIS-643) [Artemis Testsuite] wrong paths in restricted-security-client.policy

    [ https://issues.apache.org/jira/browse/ARTEMIS-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385535#comment-15385535 ] 

ASF GitHub Bot commented on ARTEMIS-643:
----------------------------------------

GitHub user dudaerich opened a pull request:

    https://github.com/apache/activemq-artemis/pull/647

    ARTEMIS-643 wrong paths in restricted-security-client.policy

    user.dir points to current working directory from which the maven command
    was invoked. If the command is not invoked from project root directory,
    the generated paths are wrong what causes failures of some tests.

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

    $ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-643

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

    https://github.com/apache/activemq-artemis/pull/647.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #647
    
----
commit 5fb1a5d6926c370915eb5c0b81b1c08372aa3c62
Author: Erich Duda <ed...@redhat.com>
Date:   2016-07-20T08:15:31Z

    ARTEMIS-643 wrong paths in restricted-security-client.policy
    
    user.dir points to current working directory from which the maven command
    was invoked. If the command is not invoked from project root directory,
    the generated paths are wrong what causes failures of some tests.

----


> [Artemis Testsuite] wrong paths in restricted-security-client.policy
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-643
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-643
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Erich Duda
>
> {code}
> permission java.io.FilePermission "${user.dir}/artemis-core-client/target/classes/-", "read";
> permission java.io.FilePermission "${user.dir}/artemis-core-client/target/artemis-core-client-${project.version}.jar", "read";
> {code}
> {{user.dir}} points to current working directory from which the maven command was invoked. If the command is not invoked from project root directory, the generated paths are wrong what causes failures of some tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)