Ignore:
Timestamp:
02/12/15 15:40:42 (9 years ago)
Author:
Twan Goosen
Message:

Authentication resource: 'redirect' param
Created two test forms in index.jsp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/main/webapp/WEB-INF/web.xml

    r5917 r5975  
    120120        </auth-constraint>
    121121    </security-constraint>
    122     <security-constraint>
    123         <display-name>ComponentRegistry SWF GET</display-name>
    124         <web-resource-collection>
    125             <web-resource-name>ComponentRegistry access</web-resource-name>
    126             <description />
    127             <url-pattern>/*</url-pattern>
    128             <http-method>GET</http-method>
    129         </web-resource-collection>
    130         <auth-constraint>
    131             <role-name>tomcat</role-name>
    132         </auth-constraint>
    133     </security-constraint>
    134122    <login-config>
    135123        <auth-method>BASIC</auth-method>
Note: See TracChangeset for help on using the changeset viewer.