'ello,

The lack of a domain suffix in the first URL (that is, only 'localhost') is the reason the first URL is failing. :)

Best,

Paulo

Em 10-09-2016 18:16, Philippe Mouawad escreveu:
But it appears it's not the reason for which false is return:

   - System.out.println(urlValidator.isValid("
   http://localhost/IqGo6EM1JEVZ+MSRJqUSo@qhjVMSFBTs/37/0/1";));
   - System.out.println(urlValidator.isValid("
   http://www.apache.com/IqGo6EM1JEVZ+MSRJqUSo@qhjVMSFBTs/37/0/1";));


outputs:

   - false
   - true

Regards



On Sat, Sep 10, 2016 at 11:03 PM, Philippe Mouawad <
philippe.moua...@gmail.com> wrote:

Thank you

On Sat, Sep 10, 2016 at 5:30 PM, William Speirs <wspe...@apache.org>
wrote:

The @ symbol is reserved.

On Sep 10, 2016 10:42 AM, "Philippe Mouawad" <pmoua...@apache.org> wrote:

Hello,
Is this URL valid:
http://localhost/IqGo6EM1JEVZ+MSRJqUSo@qhjVMSFBTs/37/0/1

For me it is, but
org.apache.commons.validator.routines.UrlValidator#isValid return false
for
it.

My reference is:
https://tools.ietf.org/html/rfc3986#section-2.2


Regards
Philippe M.





--
Cordialement.
Philippe Mouawad.






---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to