Deprecated filterResponseHeader() in favour of filterServerResponseHeader().

This commit is contained in:
Simone Bordet 2015-04-08 18:11:24 +02:00
parent 509d13531c
commit 990a045588
1 changed files with 2 additions and 0 deletions

View File

@ -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;