]
Martin Stefanko reassigned WFCORE-3553:
---------------------------------------
Assignee: Martin Stefanko (was: Jean-Francois Denise)
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.