[
https://issues.jboss.org/browse/WFCORE-3553?page=com.atlassian.jira.plugi...
]
Martin Stefanko reopened WFCORE-3553:
-------------------------------------
[~kanovotn] Sorry, I was testing the issue with the current Wilfdly which does not include
wildfly-core with Aesh. The issue is still valid.
Improve message from CLI when writing into the directory without
permission
---------------------------------------------------------------------------
Key: WFCORE-3553
URL:
https://issues.jboss.org/browse/WFCORE-3553
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 4.0.0.Alpha6
Reporter: Katerina Novotna
Assignee: Martin Stefanko
Priority: Minor
*Description of problem:*
Cli displays java exception name when trying to write into the file without permission.
*Actual results:*
[standalone@embedded /] echo aaa > /dir/without/permission
java.nio.file.AccessDeniedException: /dir/without/permission
*Expected results:*
[standalone@embedded /] echo aaa > /dir/without/permission
Couldn't write into the /dir/without/permission. Permission denied.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)