]
Ilia Vassilev commented on WFCORE-2966:
---------------------------------------
[~pskopek] I've submitted [1] the changes needed for ELY-1228 to wildfly-elytron.sh
and wildfly-elytron.bat scripts, but when testing wildfly-elytron.ps1 I've discovered
that the script doesn't work. Can you take a look at wildfly-elytron.ps1? We need to
pass $scriptName [1] before any other arguments.
[1]
WildFly Elytron tool script has to pass the command name from the
script to the tool.
-------------------------------------------------------------------------------------
Key: WFCORE-2966
URL:
https://issues.jboss.org/browse/WFCORE-2966
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.0.Beta26
Reporter: Ilia Vassilev
Assignee: Ilia Vassilev
WildFly Elytron tool script has to pass the command name from the script to the tool in
the format of {script_name}. This issue depends on the implementation of ELY-1228.