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:22:41 UTC

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

Marcin Gasior created VALIDATOR-420:
---------------------------------------

             Summary: 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)