mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-19 21:15:04 +00:00
fixed test
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1183 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
6bd8f08ef0
commit
ff553a6364
@ -153,7 +153,7 @@ public class HttpConnectionTest extends TestCase
|
||||
response=connector.getResponses("GET /foo/bar%c0%00 HTTP/1.1\n"+
|
||||
"Host: localhost\n"+
|
||||
"\015\012");
|
||||
checkContains(response,0,"HTTP/1.1 400");
|
||||
checkContains(response,0,"pathInfo=/foo/bar?");
|
||||
|
||||
response=connector.getResponses("GET /foo/bar%c1 HTTP/1.1\n"+
|
||||
"Host: localhost\n"+
|
||||
|
Loading…
x
Reference in New Issue
Block a user