<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>
<div>Thanks, Scott! I bet you're right -- there's something about the script I was using that caused problems, and the modifications were either incorrect or just didn't completely fix the issues. I'll try with the scripts that are known to work and look for
 a better fix for the testecp.sh script.</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div style="font-size:9px; color:#575757">Sent from my T-Mobile 4G LTE Device</div>
</div>
<br>
<br>
<div>-------- Original message --------</div>
<div>From: "Cantor, Scott" <cantor.2@osu.edu> </div>
<div>Date:04/27/2015 9:07 PM (GMT-06:00) </div>
<div>To: Shib Dev <dev@shibboleth.net> </div>
<div>Cc: </div>
<div>Subject: Re: Shib IDP/ECP and input error </div>
<div><br>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">On 4/28/15, 1:47 AM, "Cantor, Scott" <cantor.2@osu.edu> wrote:<br>
<br>
<br>
>Wendy, I'm afraid you'll have to look into what you're doing, but our <br>
>Tomcat-hosted IdP on shibboleth.net is working exactly like one in Jetty <br>
>does. Any content type set, it works, no content type and it throws the <br>
>error you're getting.<br>
<br>
Refining this, it's actually not behaving unusually at all. It's not an <br>
empty content-type that's buggy, but sending a totally incorrect <br>
content-type of application/x-www-form-urlencoded.<br>
<br>
What's happening is just a curl thing. Not setting a Content-Type header <br>
on the command line results in a default of <br>
application/x-www-form-urlencoded, and that fails as it should since <br>
that's not true. If you set an empty Content-Type parameter, it doesn't <br>
break it.<br>
<br>
So this whole mess is really just a curl command line quirk.<br>
<br>
-- Scott<br>
<br>
-- <br>
To unsubscribe from this list send an email to dev-unsubscribe@shibboleth.net<br>
</div>
</span></font>
</body>
</html>