Hi,
context : CAS 7.3.0-RC3, Redis for all (including registry)
The following DELETE operation on any service does not work anymore with CAS v7.3.x:
curl -s -X DELETE
https://cas1.xx.fr/cas/actuator/registeredServices/137{"type":"problemDetail.type.org.springframework.web.HttpMediaTypeNotSupportedException","title":"problemDetail.title.org.springframework.web.HttpMediaTypeNotSupportedException","status":415,"detail":"problemDetail.org.springframework.web.HttpMediaTypeNotSupportedException","instance":"/cas/actuator/registeredServices/2000"}
Other operations than DELETE seem to work fine, as, for instance, this lists all registered services :
Rollbacking it to 7.2.x makes the DELETE operation work again
Regards,