352421 HttpURI paths beginning with .
This commit is contained in:
parent
ee02bb4b17
commit
6a1b20abe7
|
@ -154,7 +154,9 @@ public class HttpConnectionTest
|
|||
{
|
||||
((StdErrLog)Log.getLog()).setHideStacks(true);
|
||||
|
||||
String response=connector.getResponses("GET & HTTP/1.1\n"+
|
||||
String response;
|
||||
|
||||
response=connector.getResponses("GET % HTTP/1.1\n"+
|
||||
"Host: localhost\n"+
|
||||
"\015\012");
|
||||
checkContains(response,0,"HTTP/1.1 400");
|
||||
|
|
Loading…
Reference in New Issue