Browse Source
Previously HtmlUnitRequestBuilder did not decode parameter names. This means if a parameter like row[0] was submittted it would be encoded as row%5B0%5D When the HttpServletRequest was created the parameter name would not be decoded so the parameter name row[0] would not be found. This commit ensures that HTTP parameter names are decoded. Issue SPR-14177pull/1037/head
Rob Winch
9 years ago
2 changed files with 33 additions and 7 deletions
Loading…
Reference in new issue