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 ac

RE: Problems with forwaring HTTP to HTTPS

2011-12-01 Thread markt
Jeffrey Janner 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 commands, e-mail: users-h.

RE: Problems with forwaring HTTP to HTTPS

2011-12-01 Thread Jeffrey Janner
est to bite 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, > >

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 > from the global web.xml if it specifies it's > own - my expec

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: Then I specified in $catalina.home/conf/web.xml the following transport-guarantee: