Details
-
Sub-task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Tiger
-
Tiger Sprint 187, Tiger Sprint 188
Description
"Url#getQueryString() now behaves as HttpServletRequest behaves :
returns the query string without the leading "?"
returns null when there is no query string
RequestUtils#decodeParameters() now strips the "?" from the output value."
Impact: medium, we have to check usages of these methods and adjust code if needed.