summaryrefslogtreecommitdiffstats
path: root/gitblit.iml
diff options
context:
space:
mode:
authorFlorian Zschocke <f.zschocke+git@gmail.com>2022-11-11 18:53:57 +0100
committerFlorian Zschocke <f.zschocke+git@gmail.com>2022-11-11 18:53:57 +0100
commit609130e26c51739dc9a6d278b2006929546271e1 (patch)
treeea7f8827844b9834ce789eb870c983403afdd30a /gitblit.iml
parente8a7b2d9f4a7ead8a195158ac8dc233735e00858 (diff)
downloadgitblit-609130e26c51739dc9a6d278b2006929546271e1.tar.gz
gitblit-609130e26c51739dc9a6d278b2006929546271e1.zip
fix: Fix jetty crashing when redirecting HTTP to HTTPS
Jetty 9.3 changed the `setHandler` on the ServletContextHandler to no longer automatically detect SecurityHandler, SessionHandler, etc. It simply passes on the setHandler request to the ContextHandler class (with a warning logged). So make sure to explicitly use the method `setSecurityHandler` to set the ContraintSecurityHandler responsible for the http -> https redirection.
Diffstat (limited to 'gitblit.iml')
0 files changed, 0 insertions, 0 deletions