Skip to main content

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

By all means raise it as an issue. And thank you for the repro test case, I'm on it.

Jan

On Sat, 15 Dec 2018 at 08:51, Carey Evans <carey.evans@xxxxxxxxx> wrote:

On Thu, 13 Dec 2018 at 20:31, Carey Evans <carey.evans@xxxxxxxxx> wrote:
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.

I've simplified the code at https://github.com/carey/jetty-sessions-bug. Now all that's needed to create sessions that never expire is an error handling servlet that starts a new session from an async dispatch.


--
Laissez lire, et laissez danser; ces deux amusements ne feront jamais de mal au monde.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users


--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD


Back to the top