Attribute not resolving on SP

Cantor, Scott cantor.2 at osu.edu
Thu Apr 18 11:41:56 EDT 2013


On 4/18/13 10:43 AM, "Stein, Eric" <steine at locustec.com> wrote:

>Unfortunately, my Shibboleth SP (Apache HTTPD) is not finding it. The
>transactions.log file shows the attributes as being added:

That is the SP finding it.

> 
>But when my protected java application prints out attributes, I don't see
>it. I'm printing out
> 
>servletContext.getAttributeNames()
>request.getAttributeNames()
>httpSession.getAttributeNames()
> 
>Also, I'm running FireBug and that doesn't see a UID.

I thought FireBug was a client side tool, so there better not be one
there. As far as Java goes, headers are not attributes and will not show
up in that collection, they're headers alone.

>Does anybody know what might be going wrong? Maybe I'm just looking for
>it in the wrong places?

The latter, yes.

-- Scott




More information about the users mailing list