Subversion Repositories SmartDukaan

Rev

Rev 2503 | Rev 3969 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2503 Rev 3273
Line 16... Line 16...
16
    <filter-mapping>
16
    <filter-mapping>
17
        <filter-name>action2</filter-name>
17
        <filter-name>action2</filter-name>
18
        <url-pattern>/*</url-pattern>
18
        <url-pattern>/*</url-pattern>
19
    </filter-mapping>
19
    </filter-mapping>
20
    
20
    
-
 
21
    <security-constraint>
-
 
22
        <web-resource-collection>
-
 
23
            <web-resource-name>Wildcard</web-resource-name>
21
    ${in.shop2020.excludeUrl}
24
            <url-pattern>${in.shop2020.excludeUrl}</url-pattern>
-
 
25
            <http-method>GET</http-method>
-
 
26
            <http-method>POST</http-method>
-
 
27
        </web-resource-collection>
-
 
28
        <auth-constraint>
-
 
29
            <role-name>admin</role-name>
-
 
30
        </auth-constraint>
-
 
31
        <user-data-constraint>
-
 
32
            <transport-guarantee>NONE</transport-guarantee>
-
 
33
        </user-data-constraint>
-
 
34
    </security-constraint>
-
 
35
    <security-role>
-
 
36
        <role-name>admin</role-name>
-
 
37
    </security-role>
-
 
38
    <login-config>
-
 
39
        <auth-method>BASIC</auth-method>
-
 
40
    </login-config>
22
    
41
    
23
</web-app>
42
</web-app>