Revision 56850
Added by Alessia Bardi almost 4 years ago
applicationContext-security.xml | ||
---|---|---|
38 | 38 |
<!--<security:intercept-url pattern="/mvc/oai/**" access="hasRole('ANONYMOUS')" />--> |
39 | 39 |
<security:intercept-url pattern="/mvc/inspector/**" access="hasRole('ADMIN')" /> |
40 | 40 |
<security:intercept-url pattern="/mvc/ui/**" access="hasRole('ADMIN')" /> |
41 |
<security:intercept-url pattern="/monitoring/**" access="hasRole('ADMIN')" /> |
|
41 | 42 |
<security:csrf disabled="true"/> |
42 | 43 |
<security:logout /> |
43 | 44 |
</security:http> |
Also available in: Unified diff
Java melody monitoring endpoint must require authentication