> On Aug 8, 2019, at 7:35 PM, Yauheni Sidarenka <[email protected]> > wrote: > > 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 > > <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?
Yes negative values are allowed. -- - 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/1726E0E1-8266-4A24-8F1A-C19ABA193689%40gmail.com.
