sebbASF commented on PR #411: URL: https://github.com/apache/commons-validator/pull/411#issuecomment-4800213517
Sorry, but I don't think this is a good idea. The purpose of validation is to check the data that is passed to it. If a caller passes an IBAN with leading or trailing spaces, and the result is success, then the caller should be able to expect that the value can be used as is when passing the data to another method which expects an actual IBAN without any spaces. Any trimming needs to be done by the caller. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
