RE: Getting wrong value calling request.getScheme()

2024-01-24 Thread joan.balaguero
Yes ... Thanks. -Original Message- From: Mark Thomas Sent: Wednesday, January 24, 2024 5:39 PM To: users@tomcat.apache.org Subject: Re: Getting wrong value calling request.getScheme() On 24/01/2024 15:48, joan.balagu...@ventusproxy.com wrote: > Any help would be really apprecia

Re: Getting wrong value calling request.getScheme()

2024-01-24 Thread Mark Thomas
On 24/01/2024 15:48, joan.balagu...@ventusproxy.com wrote: Any help would be really appreciated. Configuration error. Someone has done the equivalent of Or possibly a mis-configured RemoteIpFilter (or Valve). Or similar. Mark

Getting wrong value calling request.getScheme()

2024-01-24 Thread joan.balaguero
Hello, Tomcat 10.1.18 with jakarta servlet 6, embedded in our app using jdk17. I have the following class: public Url(jakarta.servlet.http.HttpServletRequest request){ System.out.println("this.scheme = '" + request.getScheme() + "'"); System.out.println("this.protocol = '" + request.g