Re: Enforcing HTTPs for Mid Tier (or any Java web app)

2013-03-13 Thread Joe D'Souza
lf Of John Baker Sent: Wednesday, March 13, 2013 4:32 PM To: arslist@ARSLIST.ORG Subject: Enforcing HTTPs for Mid Tier (or any Java web app) Joe You mention that it's not easy to force a redirect to the SSL port with most web servers. There's a way you can achieve this in a Java web appl

Enforcing HTTPs for Mid Tier (or any Java web app)

2013-03-13 Thread John Baker
Joe You mention that it's not easy to force a redirect to the SSL port with most web servers. There's a way you can achieve this in a Java web application (ie Mid Tier). Find the web.xml and add the following to the end of the file, immediately prior to : Mid Tier /*