Shib IDP/ECP and input error
Edwards, Wendy A
wedwards at illinois.edu
Mon Apr 27 16:48:37 EDT 2015
If Tomcat is somehow eating the input stream, I¹d wondered if calling the
reset() method on the input at some point before the parser tried to read
it might fix the problem, hopefully without causing a problem with Jetty.
On 4/27/15, 3:28 PM, "Cantor, Scott" <cantor.2 at osu.edu> wrote:
>On 4/27/15, 3:10 PM, "Edwards, Wendy A" <wedwards at illinois.edu> wrote:
>
>>FWIW, I updated the line in the simple testecp.sh script to include the
>>header and still got the same SOAP error.
>>
>>This is how I changed it.
>>resp="`curl -k -s -H 'Content-Type: application/soap+xml; charset=utf-8'
>>-d \"$envelope\" -u \"${userid}\" \"${ecpurl}\" `"
>
>Whatever is breaking this is apparently looking for
>"soap/application+xml", and all of this is just wrong. The binding would
>dictate text/xml because that's what SOAP 1.1 used anyway, and I don't
>think we intentionally meant to require any of that.
>
>So it's a bug, I just haven't tracked it down yet.
>
>-- Scott
>
>--
>To unsubscribe from this list send an email to
>dev-unsubscribe at shibboleth.net
More information about the dev
mailing list