Error after idp 3.4.3 upgrade from 3.4.1

Cantor, Scott cantor.2 at osu.edu
Mon Feb 18 10:49:03 EST 2019


There's either a bug or you did something when defining your own bean named shibboleth.CASProxyTrustedCertificates that wasn't anticipated. The error is telling you what the expected type of the objects in the list are, so you need to change the bean definition you created to match the type it's expecting. It wants a list of Spring Resource objects, likely just filenames to get converted into file resources, and you seem to be giving it certificates directly, or something it's auto-converting prematurely into them.

If the original bean was something that should have been supported, then it's a bug related to the security fix in 3.4.2 or something that should be documented in the release notes as an incompatibility caused by the fix.

-- Scott




More information about the users mailing list