[jetty-users] Using DetectorConnectionFactory with HTTP2(C)

2020-04-14 Thread Alexey Vasiliev
Hello,   is it possible to use DetectorConnectionFactory in such a way that:   1. SSL connections proceed to ALPN/h2/h1;   2. Cleartext HTTP goes to h1/h2c ?   Some example would be appreciated - I can't figure out how to wire all connection factories to make it work.        

Re: [jetty-users] Setting Content-Type: text/html; charset=utf-8 for all html files

2020-04-14 Thread Jan Bartel
Alexander, Jetty's default mime.properties file does not have a charset specified for text/html. You can add one in your slova.de.xml file by doing the equivalent of the following in xml: getMimeTypes().addMimeMapping("html", "utf-8") The getMimeTypes() is a method inherited by the

Re: [jetty-users] Separate thread pools on separate requests Hello

2020-04-14 Thread Greg Wilkins
Note also that you can use,modify or extend the QOSFilter (quality of service) filter and/or `LowResourceMonitor` to track simultaneous requests (thread), request rates, memory levels etc. You could then explicitly handle the healthcheck requests (before qos filter) and give a better answer if