Re: Problems with forwaring HTTP to HTTPS

2011-12-01 Thread Mark Thomas
On 30/11/2011 18:32, Gregor S. wrote: My understanding was, that in the global web.xml ($catalina.home/conf/web.xml) the defaults are specified and promoted to all webapps. But it seems as the webapp doesn't inherit the element user-data-constraints from the global web.xml if it specifies it's

RE: Problems with forwaring HTTP to HTTPS

2011-12-01 Thread Jeffrey Janner
the bullet and update each one individually. -Original Message- From: Gregor S. [mailto:rc4...@googlemail.com] Sent: Wednesday, November 30, 2011 12:32 PM To: Tomcat Users List Subject: Problems with forwaring HTTP to HTTPS Hi list, I'm a bit puzzled. I want to forward all

RE: Problems with forwaring HTTP to HTTPS

2011-12-01 Thread markt
Jeffrey Janner jeffrey.jan...@polydyne.com wrote: I might be a little off You are a long way off and also need to read the Servlet 2.5 spec. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Problems with forwaring HTTP to HTTPS

2011-12-01 Thread Gregor S.
Marc, thanks for your comment and thanks for pointing me to the right direction. I guess this one is the matching excerpt from the specs: = [snip ] The combination of user-data-constraints that apply to a common urlpattern and http-method shall yield the union of connection types

Problems with forwaring HTTP to HTTPS

2011-11-30 Thread Gregor S.
Hi list, I'm a bit puzzled. I want to forward all incoming HTTP-traffic to HTTPS. Within my $catalina.home/conf/server.xml I've specified the following connectors: Connector port=80 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=443 / Connector