Subversion Repositories SmartDukaan

Rev

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

Rev 3985 Rev 16311
Line 20... Line 20...
20
    
20
    
21
    <security-constraint>
21
    <security-constraint>
22
        <web-resource-collection>
22
        <web-resource-collection>
23
            <web-resource-name>Wildcard</web-resource-name>
23
            <web-resource-name>Wildcard</web-resource-name>
24
            <url-pattern>${in.shop2020.excludeUrl}</url-pattern>
24
            <url-pattern>${in.shop2020.excludeUrl}</url-pattern>
-
 
25
            <url-pattern>/user-image/*</url-pattern>
25
            <http-method>GET</http-method>
26
            <http-method>GET</http-method>
26
            <http-method>POST</http-method>
27
            <http-method>POST</http-method>
27
        </web-resource-collection>
28
        </web-resource-collection>
28
        <auth-constraint>
29
        <auth-constraint>
29
            <role-name>admin</role-name>
30
            <role-name>admin</role-name>