Thanks, but what I want is for the user to get https when they type https://webapp and get http when they type http://webapp. Is there a different transport-guarantee classification to get that behavior?
--- On Thu, 9/3/09, Caldarale, Charles R <[email protected]> wrote: > From: Caldarale, Charles R <[email protected]> > Subject: RE: Change redirect to SSL behavior? > To: "Tomcat Users List" <[email protected]> > Date: Thursday, September 3, 2009, 3:24 PM > > From: Roger David Powers > [mailto:[email protected]] > > Subject: Change redirect to SSL behavior? > > > > Having the ability to not get redirected to SSL/TLS > avoids the users > > see issues with incorrect certificates, which > unfortunately happens > > more often than I'd like. > > > > Is there a config or a workaround for this? > > If you don't actually care about confidentiality, just > remove the <transport-guarantee> element from the > webapp's WEB-INF/web.xml file. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR > OTHERWISE PROPRIETARY MATERIAL and is thus for use only by > the intended recipient. If you received this in error, > please contact the sender and delete the e-mail and its > attachments from all computers. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
