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:
Greg Wilkins 2010-01-06 01:09:57 +00:00
parent 6bd8f08ef0
commit ff553a6364
1 changed files with 1 additions and 1 deletions

View File

@ -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"+