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

-- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/07e3e109-9d3b-4f54-adce-92781c7627bc%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.

Reply via email to