Improve HTTP redirect URL encoding.

This commit is contained in:
Ben Alex
2004-05-26 22:17:14 +00:00
parent d5c14142d1
commit 0cbea9b452
5 changed files with 10 additions and 7 deletions

View File

@@ -146,7 +146,7 @@ public class MockHttpServletResponse implements HttpServletResponse {
}
public String encodeRedirectURL(String arg0) {
throw new UnsupportedOperationException("mock method not implemented");
return arg0;
}
public String encodeRedirectUrl(String arg0) {