Message decoding error
Cantor, Scott
cantor.2 at osu.edu
Mon Mar 7 17:42:54 EST 2016
On 3/7/16, 5:37 PM, "users on behalf of Wessel, Keith" <users-bounces at shibboleth.net on behalf of kwessel at illinois.edu> wrote:
>
>I'm confused why it's trying to decode at this point, and I'm confused what zip compression has to do with anything.
The SAML Redirect binding is an unsigned XML document run through a DEFLATE and then URL encoded. ZIP is basically DEFLATE plus an additional bit of padding, so inflating it is done with the Java zip stream class.
> I'm not sure where to go with this. Does anyone have any suggestions what I might look at?
Well, you can always run the message through FEIDE's SAML debugger that decodes redirect messages, but I'm not aware of any real interop problems of that trivial a nature.
Don't suppose this is OpenJDK?
-- Scott
More information about the users
mailing list