Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] File session store: Unwriteable session

Hello!

I'm running into what I think is an easily reproducible bug:

https://github.com/io7m/jetty-bug-20220814

Can anyone else confirm this happens to them? This effectively makes
the FileSessionStore unusable here, because it fails to do the one
thing it's intended to do (allow sessions to survive server restarts).

To reproduce, just run:

https://github.com/io7m/jetty-bug-20220814/blob/master/src/main/java/com/io7m/jettybug/Main.java

... and try the sequence given in the `README.md` images.

-- 
Mark Raynsford | https://www.io7m.com



Back to the top