Hi there,
We used CAS (6.6.2) and CAS-management (6.6.0).
On the CAS-management web interface, if I create a new service, for the "Service type" field, I have the choice between "CAS Client (Deprecated)" and "Cas Client". It doesn't matter which of the two I use, the JSON service created uses the "org.apereo.cas.services.RegexRegisteredService" type.
In the CAS logs, using this type triggers the following warning:
"WARN [org.apereo.cas.services.RegexRegisteredService] - <CAS has located a service definition type that is now tagged as [RegexRegisteredService]. This registered service definition type is scheduled for removal and should no longer be used for CAS-enabled applications, and MUST be replaced with [org.apereo.cas.services.CasRegisteredService] instead. We STRONGLY advise that you update your service definitions and make the replacement to facilitate future CAS upgrades.>"
So I manually changed the type to "org.apereo.cas.services.CasRegisteredService" in /etc/cas/services/service-timestamp.json. I no longer have a warning in the logs but I can no longer display the service in the WebUI. When I click on the service, it shows an empty page. There are no particular logs in cas.log or cas-management.log.
Do you have any idea what could be causing this problem?
Thanks in advance.