Merged branch 'jetty-9.2.x' into 'master'.

This commit is contained in:
Simone Bordet 2015-04-08 18:14:10 +02:00
commit 3f3e7391a6
1 changed files with 2 additions and 0 deletions

View File

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