<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