Stupid CAS Saml11TicketValidator Parsing Issue
Marvin Addison
marvin.addison at gmail.com
Thu Nov 12 13:34:20 EST 2015
>
> the HTTPSOAP11Encoder first attempts to locate an already-constructed
> Envelope in the MessageContext like so:
>
> protected Envelope getSOAPEnvelope() {
> return getMessageContext().getSubcontext(SOAP11Context.class,
> true).getEnvelope();
> }
>
>
> So if you just populate an Envelope instance there in that subcontext
> before calling the Encoder, that should work.
>
Thank you! That's the hint I needed. I totally missed that detail in my
code review.
Pax,
M
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20151112/545abf46/attachment.html>
More information about the dev
mailing list