I've seen multiple resources explaining how to disable HTTP 1.0 on Apache, Nginx, IIS etc, but none for Tomcat. Could anyone advice how I can disable HTTP 1.0 protocol in Tomcat 9?
Asked
Active
Viewed 599 times
1 Answers
0
According to apache tomcat official site, the http2 protocol implementation is based on http11 connector. Specific disable function have I found none.

kbhuinfo
- 28
- 3
-
do you reckon using mod_rewrite to deny http 1.0 requests is a feasible alternative? – louis xie Mar 15 '22 at 13:13