Working on yet more profile configuration features and I noted that one of the CAS profile config beans in the system config (CAS.ValidateConfiguration) overrides the ticket validity period property from 15s to 12h.
The convention in the rest of the profile config classes is to make sure the class itself contains the appropriate default rather than relying on the Spring wiring for it, so I wondered if there was a reason it was only set in the bean file.
Working on yet more profile configuration features and I noted that one of the CAS profile config beans in the system config (CAS.ValidateConfiguration) overrides the ticket validity period property from 15s to 12h.
The convention in the rest of the profile config classes is to make sure the class itself contains the appropriate default rather than relying on the Spring wiring for it, so I wondered if there was a reason it was only set in the bean file.