mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-19 04:55:01 +00:00
Deprecated filterResponseHeader() in favour of filterServerResponseHeader().
This commit is contained in:
parent
509d13531c
commit
990a045588
@ -219,7 +219,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