-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
When I set iteration value as STRING or NEGATIVE integer then I get different error messages rather the same one.
[hsvabek@localhost bin]$ java -jar wildfly-elytron-tool.jar mask -x secret_password -s 12345678 --iteration="-123" ELY03025: Iteration count not specified for password based encryption [hsvabek@localhost bin]$ java -jar wildfly-elytron-tool.jar mask -x secret_password -s 12345678 --iteration="ab123" java.lang.NumberFormatException: For input string: "ab123"
- clones
-
JBEAP-10139 When I set iteration value as STRING or NEGATIVE integer then I get different error messages.
- Closed
- is incorporated by
-
ELY-1058 When we set wrong ITERATION value (too big number or string) then we get NumberFormatException.
- Resolved