Populating session context fails lookups
Misagh Moayyed
mmoayyed at unicon.net
Tue Sep 15 02:51:32 EDT 2015
OK, made the upgrade to 3.2. This call fails in
"ClientStorageService#getContextMap()":
Object store =
Constraint.isNotNull(session.getAttribute("org.opensaml.storage.impl.clien
t.ClientStorageService.store." + this.storageName), "Storage object was
not present in session");
First, it might be the decompiler, but I do think the full class name
should be used instead of a String. Second, the issue is that, the
attribute isn't found. When I look into my session. There is no ".store.".
There is however
"org.opensaml.storage.impl.client.ClientStorageService.lock.shib_idp_sessi
on_ss".
Has the name changed or am I missing something?
> -----Original Message-----
> From: dev [mailto:dev-bounces at shibboleth.net] On Behalf Of Cantor, Scott
> Sent: Monday, September 14, 2015 9:49 AM
> To: Shib Dev <dev at shibboleth.net>
> Subject: Re: Populating session context fails lookups
>
> On 9/14/15, 12:44 PM, "dev on behalf of Misagh Moayyed" <dev-
> bounces at shibboleth.net on behalf of mmoayyed at unicon.net> wrote:
>
> >Thanks, the replacement of that class sounds like something that would
> >be least painful for my needs. I am on the latest snapshot of 3.1.3 and
> >been meaning to upgrade. This seems like the perfect excuse. I'll
> >rework my dev environment to point to the latest trunk and will report
> >back findings, which brings me to this question: are there snapshots
> >available for the idp installer at this point? I suppose artifacts
> >themselves are somewhere up on the repo, so those should be OK.
>
> The current installer is built from the idp-distribution module, so I
> think its snapshots are the installer snapshots. I see zip and tar.gz in
> Nexus.
>
> -- Scott
>
> --
> To unsubscribe from this list send an email to dev-
> unsubscribe at shibboleth.net
More information about the dev
mailing list