Hi Guys,
Ive been doing some research and i discovered that the following code put in a web.xml will force
Tomcat to redirect to a https connection for certain wildcard matches, or in the below case all pages in the domain.
My question is though if only a few pages below were added to the filter such as login page and account page, https is invoked when those pages are requested, but then tomcat keeps a https connection from that point on.
Is it possible to also have filters that force tomcat to redirect to a non ssl port for some pages that do not need securing.
So based on the url
pattern, Tomcat will redirect to https and then back to http?
Best
Mark Hughes