[ 
https://issues.apache.org/jira/browse/VALIDATOR-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Niall Pemberton resolved VALIDATOR-138.
---------------------------------------

    Resolution: Won't Fix

> [validator] Url Validation Error Codes
> --------------------------------------
>
>                 Key: VALIDATOR-138
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-138
>             Project: Commons Validator
>          Issue Type: Improvement
>          Components: Routines
>    Affects Versions: Nightly Builds
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Niall Pemberton
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: UrlValidatorCodes.txt
>
>
> I am attaching a patch which adds the ability for the UrlValidator to return 
> an 
> error code indicating what part of the url validation failed (following a 
> discussion on struts developers list).
> The existing isValid(value) method still works returning true/false.
> I have added isValid(Object value, boolean expandedCode) method which returns 
> an integer code.
> If expandedCode is false it returns a code indicating which part of the url 
> is 
> invalid (general format, scheme, authority, path, query or fragment).
> If expandedCode is true it returns a more detailled code indicating a more 
> specific error with the url.
> I have run the existing validator tests which all passed. If your happy with 
> this change, I will submit a patch to the tests which check the specific code 
> returned.
> Niall

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

Reply via email to