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

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

Erich Duda created ARTEMIS-643:
----------------------------------

             Summary: [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)