@Deprecated public class ConversationPropagationFilter extends Object implements jakarta.servlet.Filter
A Filter for handling conversation propagation over redirects.
This filter intercepts the call to
HttpServletResponse.sendRedirect(String) and appends the conversation
id request parameter to the URL if the conversation is long-running, but only
if the request parameter is not already present.
| Constructor and Description |
|---|
ConversationPropagationFilter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Deprecated.
|
void |
doFilter(jakarta.servlet.ServletRequest request,
jakarta.servlet.ServletResponse response,
jakarta.servlet.FilterChain chain)
Deprecated.
|
void |
init(jakarta.servlet.FilterConfig config)
Deprecated.
|
public void init(jakarta.servlet.FilterConfig config)
throws jakarta.servlet.ServletException
init in interface jakarta.servlet.Filterjakarta.servlet.ServletExceptionpublic void doFilter(jakarta.servlet.ServletRequest request,
jakarta.servlet.ServletResponse response,
jakarta.servlet.FilterChain chain)
throws IOException,
jakarta.servlet.ServletException
doFilter in interface jakarta.servlet.FilterIOExceptionjakarta.servlet.ServletExceptionpublic void destroy()
destroy in interface jakarta.servlet.FilterCopyright © 2020. All rights reserved.