hi guys,
i tried to activate those pages but the only one working seems to be /status. all the sub-pages (e.g. /status/info) and /statistics simply start the login webflow.
securityContext.xml:
<sec:http pattern="/status/**" entry-point-ref="notAuthorizedEntryPoint" use-expressions="true" auto-config="true">
<sec:intercept-url pattern="/status" access="hasIpAddress('${cas.securityContext.status.allowedSubnet}')" />
</sec:http>
<sec:http pattern="/statistics/**" entry-point-ref="notAuthorizedEntryPoint" use-expressions="true" auto-config="true">
<sec:intercept-url pattern="/statistics" access="hasIpAddress('${cas.securityContext.status.allowedSubnet}')" />
</sec:http>
cas.properties:
cas.securityContext.status.allowedSubnet=<my client ip>
how can i access the status and statistics pages?
also: what is the cas-management webapp and how do i install/activate it?
thx