Hi,
I've set up a SSL on the page /secure/login.jsp
It works fine.  However, the links after this page are all SSL-enabled
Can I just make /secure/login.jsp SSL-enabled while others aren't.
The setting in web.xml (extract) is

<security-constraint>
<display-name>teacherPassW</display-name>
<web-resource-collection>
<url-pattern>/secure/login.jsp</url-pattern>
</web-resource-collection>
<user-data-constraint>
 <transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>

Best regards.

From Hoifo



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to