Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Carlos Ruiz: I think it would be good to consider moving the validation to use the IBANValidator at http://commons.apache.org/proper/commons-validator/ The class there is more robust as it validates also each country format.
Environment
None
Attachments
1
14 Apr 2017, 03:44 PM
Activity
Show:
Markus Bozem April 14, 2017 at 4:04 PM
Hello Carlos, I did a patch for switching to apache commons-validator. Please review... Thank you. Markus.
Markus Bozem April 14, 2017 at 3:50 PM
the patch included does remove all custom validation code and uses the commons-validation library from apache.
Norbert Bede February 23, 2017 at 6:30 AM
Edited
hi, if i remember well, we have implemented an IBAN generator/validation library. i will check which one. let you know, hope save your time, n
Carlos Ruiz:
I think it would be good to consider moving the validation to use the IBANValidator at http://commons.apache.org/proper/commons-validator/
The class there is more robust as it validates also each country format.