https://issues.apache.org/bugzilla/show_bug.cgi?id=56231
--- Comment #2 from Sebb <[email protected]> --- The Location header value seems to be unencoded, so needs to be encoded before use by samplers. This is quite easy using the java.net.URI class. Unfortunately HC3.1 does its own parsing, and this is too strict: e.g. it does not allow [] in query strings. As HC3.1 has been EOL for some while now there seems little point in applying a special fix for it. -- You are receiving this mail because: You are the assignee for the bug.
