tomcat 5.0.29 and request.getScheme

2004-12-05 Thread Luis Fernando Pardo
Hello, I have just upgraded my tomcat version from 5.0.16 to 5.0.29 and I have found a problem with the request.getScheme method. I have set apache server to listen on 443 port (SSL) and proxypass to Tomcat on local address (127.0.0.1) and port 9080. This is the connector configuration in

Re: tomcat 5.0.29 and request.getScheme

2004-12-05 Thread Luis Fernando Pardo
Thanks for your response. I have test Tomcat with secure=trust and I have got a proxy error response. This is the configuration directives from apache where proxypass is done: ... ProxyPassReverse /formae http://127.0.0.1:9080/formae RewriteRule ^/formae(.*) http://127.0.0.1:9080/formae$1 [P,L]