SAML 1 InitializeRequestedPrincipalContext NPE
Cantor, Scott
cantor.2 at osu.edu
Tue Jan 21 21:44:07 EST 2014
On 1/21/14, 9:40 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>When wiring the InitializeRequestedPrincipalContext action for SAML 1,
>an NPE is thrown because the default authentication methods in the
>authentication profile config are null.
>
>Not sure what to do, especially as the offending method is annotated
>@Nonnull.
>
>Guidance appreciated.
Bug in BrowserSSOProfileConfiguration, it's not initializing it to an
empty list.
I'm sticking with "all collections returned from an API should be
non-null", it's a giant pain to be checking for nulls all over.
-- Scott
More information about the dev
mailing list