Mantis - Resin
Viewing Issue Advanced Details
4495 major always 04-12-11 07:08 04-12-11 12:40
cowan  
ferg  
normal  
closed 4.0.16  
fixed  
none    
none 4.0.17  
0004495: transport-guarantee CONFIDENTIAL permits http
transport-guarantee CONFIDENTIAL in web.xml is not honored if an auth-constraint also exists. Removing the auth-constraint results in response code 403.

  <security-constraint>
    <web-resource-collection>
      <web-resource-name>foo</web-resource-name>
      <url-pattern>*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
      <role-name>admin</role-name>
    </auth-constraint>
    <user-data-constraint>
      <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>
  </security-constraint>

  <login-config>
    <auth-method>BASIC</auth-method>
  </login-config>

  <security-role>
    <role-name>admin</role-name>
  </security-role>
rep by Keith Fetterman

Notes
(0005191)
ferg   
04-12-11 12:40   
server/1a62