Forgot to mention that this belongs in web.xml.

> -----Ursprüngliche Nachricht-----
> Von: Ralph Einfeldt 
> Gesendet: Donnerstag, 10. Oktober 2002 10:29
> An: Tomcat Users List
> Betreff: AW: Tomcat SSL - Changing URL https to http
> 
> <security-constraint>
>   <web-resource-collection>
>     <web-resource-name>Secure Portion Of The Site</web-resource-name>
>   <url-pattern>/importantData.html</url-pattern>
>   </web-resource-collection>
>   <user-data-constraint>
>     <transport-guarantee>CONFIDENTIAL</transport-guarantee>
>   </user-data-constraint>
> </security-constraint>
> 
> > -----Ursprüngliche Nachricht-----
> > Von: Frédéric LE MAISTRE [mailto:[EMAIL PROTECTED]]
> > Gesendet: Donnerstag, 10. Oktober 2002 10:04
> > An: [EMAIL PROTECTED]
> > Betreff: Tomcat SSL - Changing URL https to http
> > 
> > This page has the following URL : 
> > https://localhost:8443/importantData.html
> > We only have to change manually the URL with 
> > http://localhost:8080/importantData.html to avoid the SSL 
> connection?
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to