Re: Get actual protocol from request

2023-06-02 Thread Christopher Schultz
Mark, On 6/2/23 10:57, Mark Thomas wrote: On 02/06/2023 15:31, Christopher Schultz wrote: All, Is it possible to get the /actual/ protocol used for communication with a tomcat server? I'm using AJP/13 and request.getProtocol is returning "HTTP/1.1" which is not 100% surprising. I'm wonderi

Re: Get actual protocol from request

2023-06-02 Thread Mark Thomas
On 02/06/2023 15:31, Christopher Schultz wrote: All, Is it possible to get the /actual/ protocol used for communication with a tomcat server? I'm using AJP/13 and request.getProtocol is returning "HTTP/1.1" which is not 100% surprising. I'm wondering if the request has anything in it which s

Get actual protocol from request

2023-06-02 Thread Christopher Schultz
All, Is it possible to get the /actual/ protocol used for communication with a tomcat server? I'm using AJP/13 and request.getProtocol is returning "HTTP/1.1" which is not 100% surprising. I'm wondering if the request has anything in it which specifies the "actual" protocol which was used.