You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2007/10/18 20:18:50 UTC

[jira] Created: (VALIDATOR-241) New InetAdress Validator implementation

New InetAdress Validator implementation
---------------------------------------

                 Key: VALIDATOR-241
                 URL: https://issues.apache.org/jira/browse/VALIDATOR-241
             Project: Commons Validator
          Issue Type: New Feature
          Components: Routines
            Reporter: Niall Pemberton
            Assignee: Ben Speakmon
             Fix For: 1.4


Create a new InetAdress validator implementation. The existing email and url validators duplicate this functionality. Refactoring it into a separate validator means that it can be re-used by both those implementations and also provides another useful validator implementation to the users.

See http://svn.apache.org/viewvc?view=rev&revision=585762

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (VALIDATOR-241) New InetAdress Validator implementation

Posted by "Niall Pemberton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VALIDATOR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536400 ] 

Niall Pemberton commented on VALIDATOR-241:
-------------------------------------------

Ben any chance you can fix the svn props as per this: http://tinyurl.com/2sqjsa - I can do it, but it will generate alot of noise as I'm on Windoze

> New InetAdress Validator implementation
> ---------------------------------------
>
>                 Key: VALIDATOR-241
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-241
>             Project: Commons Validator
>          Issue Type: New Feature
>          Components: Routines
>            Reporter: Niall Pemberton
>            Assignee: Ben Speakmon
>             Fix For: 1.4
>
>
> Create a new InetAdress validator implementation. The existing email and url validators duplicate this functionality. Refactoring it into a separate validator means that it can be re-used by both those implementations and also provides another useful validator implementation to the users.
> See http://svn.apache.org/viewvc?view=rev&revision=585762

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (VALIDATOR-241) New InetAdress Validator implementation

Posted by "Ben Speakmon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VALIDATOR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536363 ] 

Ben Speakmon commented on VALIDATOR-241:
----------------------------------------

I intended the new validator to also support IPv6 validation in the same way that ISBNValidator handles 10- and 13-digit ISBNs. I couldn't be arsed to code the regexp for IPv6, but it would be good to have that in there.

> New InetAdress Validator implementation
> ---------------------------------------
>
>                 Key: VALIDATOR-241
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-241
>             Project: Commons Validator
>          Issue Type: New Feature
>          Components: Routines
>            Reporter: Niall Pemberton
>            Assignee: Ben Speakmon
>             Fix For: 1.4
>
>
> Create a new InetAdress validator implementation. The existing email and url validators duplicate this functionality. Refactoring it into a separate validator means that it can be re-used by both those implementations and also provides another useful validator implementation to the users.
> See http://svn.apache.org/viewvc?view=rev&revision=585762

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (VALIDATOR-241) New InetAdress Validator implementation

Posted by "Ben Speakmon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VALIDATOR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536382 ] 

Ben Speakmon commented on VALIDATOR-241:
----------------------------------------

svn ci -m "- VALIDATOR-241: refactor UrlValidator to use routines.InetAddressValidator for IP hosts"
Sending        src/main/java/org/apache/commons/validator/UrlValidator.java
Transmitting file data .
Committed revision 586645.


> New InetAdress Validator implementation
> ---------------------------------------
>
>                 Key: VALIDATOR-241
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-241
>             Project: Commons Validator
>          Issue Type: New Feature
>          Components: Routines
>            Reporter: Niall Pemberton
>            Assignee: Ben Speakmon
>             Fix For: 1.4
>
>
> Create a new InetAdress validator implementation. The existing email and url validators duplicate this functionality. Refactoring it into a separate validator means that it can be re-used by both those implementations and also provides another useful validator implementation to the users.
> See http://svn.apache.org/viewvc?view=rev&revision=585762

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (VALIDATOR-241) New InetAdress Validator implementation

Posted by "Ben Speakmon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VALIDATOR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Speakmon resolved VALIDATOR-241.
------------------------------------

    Resolution: Fixed

Fixed the svn props and completed the refactorings of other classes to use it, so this is ready to be resolved.

> New InetAdress Validator implementation
> ---------------------------------------
>
>                 Key: VALIDATOR-241
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-241
>             Project: Commons Validator
>          Issue Type: New Feature
>          Components: Routines
>            Reporter: Niall Pemberton
>            Assignee: Ben Speakmon
>             Fix For: 1.4
>
>
> Create a new InetAdress validator implementation. The existing email and url validators duplicate this functionality. Refactoring it into a separate validator means that it can be re-used by both those implementations and also provides another useful validator implementation to the users.
> See http://svn.apache.org/viewvc?view=rev&revision=585762

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (VALIDATOR-241) New InetAdress Validator implementation

Posted by "Ben Speakmon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VALIDATOR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536370 ] 

Ben Speakmon commented on VALIDATOR-241:
----------------------------------------

svn ci -m "- VALIDATOR-241: refactor EmailValidator to use routines.InetAddressValidator for checking domain parts of emails"
Sending        src/main/java/org/apache/commons/validator/EmailValidator.java
Transmitting file data .
Committed revision 586637.


> New InetAdress Validator implementation
> ---------------------------------------
>
>                 Key: VALIDATOR-241
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-241
>             Project: Commons Validator
>          Issue Type: New Feature
>          Components: Routines
>            Reporter: Niall Pemberton
>            Assignee: Ben Speakmon
>             Fix For: 1.4
>
>
> Create a new InetAdress validator implementation. The existing email and url validators duplicate this functionality. Refactoring it into a separate validator means that it can be re-used by both those implementations and also provides another useful validator implementation to the users.
> See http://svn.apache.org/viewvc?view=rev&revision=585762

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.