[
https://issues.apache.org/jira/browse/ARTEMIS-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385835#comment-15385835
]
ASF GitHub Bot commented on ARTEMIS-643:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/activemq-artemis/pull/647
> [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)