404325 data constraint redirection does send default port

This commit is contained in:
Greg Wilkins 2013-04-05 17:24:00 +11:00
parent 533cd57b53
commit 01c2322615
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ public class ConstraintTest
response = _connector.getResponses("GET /ctx/auth/info HTTP/1.0\r\nHost:wibble.com:8888\r\n\r\n");
assertThat(response,containsString(" 302 Found"));
assertThat(response,containsString("http:wibble.com:8888/ctx/testLoginPage"));
assertThat(response,containsString("http://wibble.com:8888/ctx/testLoginPage"));
String session = response.substring(response.indexOf("JSESSIONID=") + 11, response.indexOf(";Path=/ctx"));