Shib IDP/ECP and input error
Cantor, Scott
cantor.2 at osu.edu
Mon Apr 27 17:32:13 EDT 2015
On 4/27/15, 5:25 PM, "Edwards, Wendy A" <wedwards at illinois.edu> wrote:
>Is there anything I can do to help with testing/debugging this?
If you're positive setting Content-Type isn't working, then all you could do is try and track down where getInputStream() is getting called on the Tomcat implementation class. The stack trace on those calls will point to where the bug is.
For Jetty, the cause is the call to getParameter() to fetch the Spring Web Flow execution key. That same call happens on Tomcat, but it may be that in their case, there's no way to circumvent it. If so, this isn't going to be fixable except perhaps with some kind of servlet filter workaround to block the call on the ECP profile path.
-- Scott
More information about the dev
mailing list