[ptt-users] omission in post parameters

Geoff Meakin geoffm at gamesys.co.uk
Tue Dec 12 06:26:00 PST 2006


Oops I forgot a line in HTTPProtocol.java !

            if (type == POST) {
                con.setDoOutput( true );

                // pablo.chacin at ctp.com Nov. 26, 2003 noticed that the
code did not actually
                // set the request method to 'post'
                con.setRequestMethod("POST");

>>              body.addHeaders(con);



Cheers
-Geoff

-----Original Message-----
From: users-bounces at lists.pushtotest.com
[mailto:users-bounces at lists.pushtotest.com] On Behalf Of Frank Cohen
Sent: 11 December 2006 13:32
To: TestMaker users list
Subject: Re: [ptt-users] omission in post parameters 

Thanks Geoff. I didn't see it but now I have your files and it looks  
good. I appreciate your support. -Frank




More information about the Users mailing list