Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-10137

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

    XMLWordPrintable

Details

    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: