Re: How to remove port number from https adress and redirect http to https

2007-07-09 Thread christianhau
I'm sure but it does the job > > The filter is mapped to the /logout url thus > > > redirectFilter > com.foo.bar.baz.HttpsRedirectFilter > > > redirectFilter > /logout > > > Anytime anyone logs out this filter fires and

Re: How to remove port number from https adress and redirect http to https

2007-07-09 Thread christianhau
splay/JIRA/Running+JIRA+over+SSL+or+HTTPS > > So maybe you miss the *? > > René > > > On Fri, 6 Jul 2007 03:40:50 -0700 (PDT) > christianhau <[EMAIL PROTECTED]> wrote: >> >> Thanks man! >> >> I have tried a similar approach with the web.xml

Re: How to remove port number from https adress and redirect http to https

2007-07-06 Thread christianhau
; > > and a suitable servlet filter I can switch between http and https almost > at > will with no messing about with ports just by asking for > http://www.mywebapp.co.uk > > Hope this helps > > Cheers > Duncan > > > On 7/6/07, christianhau <[EMAIL P

Re: How to remove port number from https adress and redirect http to https

2007-07-06 Thread christianhau
machine at > the same time. > > > René > > On Fri, 6 Jul 2007 00:26:24 -0700 (PDT) > christianhau <[EMAIL PROTECTED]> wrote: >> >> Hi! >> >> I have set up a tomcat server with ssl that works fine >>as long as I go to >> the adress https://a

How to remove port number from https adress and redirect http to https

2007-07-06 Thread christianhau
Hi! I have set up a tomcat server with ssl that works fine as long as I go to the adress https://adress:8443 I want to get rid of the port number, is there any easy way to do this so that tomcat understands the https request that comes in? This is my ssl connector in my server.xml. I tried get