Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty sessions leaking

On Thu, 13 Dec 2018 at 20:20, Carey Evans <carey.evans@xxxxxxxxx> wrote:
We are wrapping our requests further down the filter chain, but that doesn't seem to be necessary to reproduce the issue. We have some simultaneous requests, but not as many as the leaked sessions that we see.

An update: I added
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" session="false" isErrorPage="true" %>
to the top of 503.jsp, and I no longer see the issue using this code.

--
Laissez lire, et laissez danser; ces deux amusements ne feront jamais de mal au monde.

Back to the top