Hello all,

I have a question about "evaluationOrder" property of a registered service:
https://apereo.github.io/cas/6.0.x/services/Service-Management.html#registered-services

Official documentation does not put any restriction on this field, but from 
CAS code (and one of topics here) I know that it should be in Java's 
Integer.MIN_VALUE..Integer.MAX_VALUE range (signed 32 bit integer).

Is it allowed to have negative value like in service configuration below?

{
  "@class": "org.apereo.cas.services.RegexRegisteredService",
  "serviceId": "^(https|imaps)://.*",
  "name": "HTTPS and IMAPS",
  "id": 10000001,
  "description": "This service definition authorizes all application urls that 
support HTTPS and IMAPS protocols.",
  "evaluationOrder": -1
}
Is there any warning regarding negative evaluation order?

Thank you in advance!

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
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 view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/cde4c424-b0b5-4eb9-a13c-9215f41d17bd%40apereo.org.

Reply via email to