[ 
https://issues.apache.org/jira/browse/WICKET-5112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615187#comment-13615187
 ] 

Martin Grigorov commented on WICKET-5112:
-----------------------------------------

You will have to wait for the release.
1.5.10 was recently released and there are just 11 fixes for 1.5.11 so far. I 
guess it will be released after one month.
                
> Parantheses problem with UrlValidator
> -------------------------------------
>
>                 Key: WICKET-5112
>                 URL: https://issues.apache.org/jira/browse/WICKET-5112
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.10
>            Reporter: Teresa Neto
>            Assignee: Sven Meier
>              Labels: UrlValidator
>             Fix For: 6.7.0, 1.5.11
>
>
> One of our users got an error message when trying to add a new URL:
> 'http://en.wikipedia.org/wiki/Genus_(mathematics)' is not a valid URL
> I just created very quickly a junit test and it fails:
> String[] schemes = {"http"};
> UrlValidator urlValidator = new UrlValidator(schemes);
> assertTrue(urlValidator.isValid("http://en.wikipedia.org/wiki/Genus_(mathematics)"));

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to