You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/06/09 22:11:16 UTC

[GitHub] [commons-validator] coryfklein commented on pull request #9: fix email with dot and whitespace end validation

coryfklein commented on PR #9:
URL: https://github.com/apache/commons-validator/pull/9#issuecomment-1151671037

   I just ran into this today. It seems a little absurd that commons-validator performs this way:
   ```
   validator.isValid("andy.noble@data-workshop.com.")  // false
   validator.isValid("andy.noble@data-workshop.com. ")  // true
   ```
   
   Certainly this is a bug? I tried reading over the RFC and it's absolutely greek to me, but it seems that commons-validator should either accept both cases or neither.


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org