James O'Keefe wrote at 2005-8-29 10:25 -0400:
I wrote the test server on our plone system. I have a page template that calls a python script. The python script gets all of the parameters and writes out their value to printed and then mails it off to a list of email addresses. Pretty simple system.
When I the software I am testing calls this page (via an http post) I get the email message, but none of the parameters or their values are included in the email. I have another test server, this time written as a servlet running on Tomcat, that successfully logs the parameters and their values when called by the software.
I expect that something in your "HTTP POST" request is different than it should be. Maybe, it lacks a "Content-Type" header? I read that your Tomcat system can process it, but if something is not as it should be one system may tolerate it while another does not. -- Dieter