Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.0 Release
-
None
-
None
Description
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