Hi guys,

  I have created an application that runs with and without SSL. Is there
anyway i can secure certain pages inside that application using SSL like
test1.jsp,test2.jsp and at the same time keeping test3.jsp non-SSL..
i have tried playing with web.xml...but it didnt help...

    <security-constraint>
    <web-resource-collection>
      <web-resource-name></web-resource-name>
      <url-pattern>/myAPP/Test1.jsp</url-pattern>
    </web-resource-collection>
    <auth-constraint>
      <role-name>users</role-name>
    </auth-constraint>
    <user-data-constraint>
      <description></description>
      <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>
  </security-constraint> 
 

Any help will be appreciated.
Thank you for your time...

Hashim Merchant

winmail.dat

Reply via email to