mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
Merged branch 'jetty-9.2.x' into 'master'.
This commit is contained in:
commit
3f3e7391a6
@ -220,7 +220,9 @@ public class ProxyServlet extends AbstractProxyServlet
|
||||
* @param headerValue the header value
|
||||
* @param request the request to proxy
|
||||
* @return filteredHeaderValue the new header value
|
||||
* @deprecated use {@link #filterServerResponseHeader(HttpServletRequest, Response, String, String)} instead
|
||||
*/
|
||||
@Deprecated
|
||||
protected String filterResponseHeader(HttpServletRequest request, String headerName, String headerValue)
|
||||
{
|
||||
return headerValue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user