368060 do not encode sendRedirect URLs
This commit is contained in:
parent
2d24eb8240
commit
1697fcfa5a
|
@ -466,7 +466,6 @@ public class Response implements HttpServletResponse
|
|||
}
|
||||
}
|
||||
|
||||
location=encodeRedirectURL(location);
|
||||
resetBuffer();
|
||||
setHeader(HttpHeaders.LOCATION,location);
|
||||
setStatus(HttpServletResponse.SC_MOVED_TEMPORARILY);
|
||||
|
|
Loading…
Reference in New Issue