Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-1058

When we set wrong ITERATION value (too big number or string) then we get NumberFormatException.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.1.0.Beta42
    • None
    • None
    • None

    Description

      When we set wrong ITERATION value (too big number or string) then we get NumberFormatException.

      I expect here some meaningful message about what we expected -> e.g. integer value and its maximum value.

      java -jar wildfly-elytron-tool.jar mask -x secret_password -i 2301145145644 -s 12用戶
      java.lang.NumberFormatException: For input string: "2301145145644"
      
      java -jar wildfly-elytron-tool.jar mask -x secret_password -i 230sd644 -s 12用戶
      java.lang.NumberFormatException: For input string: "230sd644"
      

      Attachments

        Issue Links

          Activity

            People

              rhn-support-ivassile Ilia Vassilev
              hsvabek_jira Hynek Švábek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: