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)