You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Marcin Gasior (JIRA)" <ji...@apache.org> on 2017/02/16 13:24:41 UTC

[jira] [Commented] (VALIDATOR-420) Query params validator shouldn't accept whitespaces

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

Marcin Gasior commented on VALIDATOR-420:
-----------------------------------------

I guess the solution will be to allow, all characters except white spaces. Let me know if it is ok with you, and I will create a pull request.

> Query params validator shouldn't accept whitespaces
> ---------------------------------------------------
>
>                 Key: VALIDATOR-420
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-420
>             Project: Commons Validator
>          Issue Type: Bug
>    Affects Versions: 1.4.0 Release
>            Reporter: Marcin Gasior
>
> I have noticed that query string regex /^(.*)$/ allows to input white space characters. 
> eg.:
> http://example.com/serach?address=Main Avenue
> is a valid url due to validator, but java.net.URI.create will throw java.net.URISyntaxException: Illegal character in query



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)