public class ResponseCookieFilter extends AbstractGatewayFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
RESTRICTED_COOKIES |
SOURCE_REQUEST_CONTEXT_URL_ATTRIBUTE_NAME, SOURCE_REQUEST_URL_ATTRIBUTE_NAME, TARGET_REQUEST_URL_ATTRIBUTE_NAME, TARGET_SERVICE_ROLE| Constructor and Description |
|---|
ResponseCookieFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain) |
void |
init(javax.servlet.FilterConfig filterConfig) |
destroy, doFilter, getConfigpublic static final String RESTRICTED_COOKIES
public void init(javax.servlet.FilterConfig filterConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Filterinit in class AbstractGatewayFilterjavax.servlet.ServletExceptionprotected void doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilter in class AbstractGatewayFilterIOExceptionjavax.servlet.ServletExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.