Bug report #1204435 identified a problem with malformed URLs like
"http://somehost?data" as it added a slash too much in the request ("GET /?data/"...). Added test case 260 to verify.
parent
e99a6b81
Please register or sign in to comment
"http://somehost?data" as it added a slash too much in the request ("GET /?data/"...). Added test case 260 to verify.