deprecate PushSessionCacheFilter

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2023-05-01 14:31:14 +10:00
parent 96d2977942
commit 2463f8c9f4
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ import org.eclipse.jetty.util.NanoTime;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@Deprecated
public class PushSessionCacheFilter implements Filter
{
private static final String RESPONSE_ATTR = "PushSessionCacheFilter.response";