From bb0b0eb8246bf54ee57ef2a2a8cf62614f985949 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Sun, 13 Nov 2022 19:25:17 +0100 Subject: deps: Update Jetty to version 9.4.49.v20220914 This updates Jetty to the latest 9.x version as of writing. The 9.x is still running on Java 8. The update needs two code changes. `SessionManager` was replaced with `SessionHandler`. This was documented in the Jetty documentation. Adding the `GitblitContext` to the `WebAppContext` will result in two instances getting created, because the code was changed that prevents instantiation the same listener class multiple times. (The second time is when the web.xml is read.) Instead, it must be added to the servlet handler of the `WebAppContext`. This results in properly adhering to the changed internal startup flow. Updating Jetty also resolves #1409. --- gitblit.iml | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'gitblit.iml') diff --git a/gitblit.iml b/gitblit.iml index 2f1bfb32..49b2dedd 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -222,101 +222,101 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -- cgit v1.2.3