Re: [twsocket] THttpCli POST issue with v7 Commit 317

2009-04-16 Thread Francois PIETTE
[twsocket] THttpCli POST issue with v7 Commit 317 >I just converted a piece of code to CB2009 (coming from BCB5), not > originally written by myself, so it's a bit searching what is what, but I > believe I run into a component issue. Meanwhile I created the same app in > BCB5 a

Re: [twsocket] THttpCli POST issue with v7 Commit 317

2009-04-16 Thread Francois PIETTE
>>> The Problem: >>> On the receiving end (webpage) the the POST variable doesn't arrive >>> intact. Only the first letter. In this example case only "t" arrives >>> (so "t = test" instead of "test = test" >>> As suggested, the value arrives intact (in this case "test") > >> It's no bug. The compo

Re: [twsocket] THttpCli POST issue with v7 Commit 317

2009-04-16 Thread Arno Garrels
Arno Garrels wrote: > With POST requests however the send stream is sent as is and the > component user is responsible to format and encode the stream content > properly. Posted data may, for example, contain multple parts all with > a different Charset and Content-Transfer-Encoding part-header. T

Re: [twsocket] THttpCli POST issue with v7 Commit 317

2009-04-16 Thread Arno Garrels
Peter Van Hove wrote: >>> The Problem: >>> On the receiving end (webpage) the the POST variable doesn't arrive >>> intact. Only the first letter. In this example case only "t" >>> arrives (so "t = test" instead of "test = test" >>> As suggested, the value arrives intact (in this case "test") > >>

Re: [twsocket] THttpCli POST issue with v7 Commit 317

2009-04-15 Thread Peter Van Hove
>> The Problem: >> On the receiving end (webpage) the the POST variable doesn't arrive >> intact. Only the first letter. In this example case only "t" arrives >> (so "t = test" instead of "test = test" >> As suggested, the value arrives intact (in this case "test") > It's no bug. The component us

Re: [twsocket] THttpCli POST issue with v7 Commit 317

2009-04-14 Thread Arno Garrels
Peter Van Hove wrote: > Can somebody confirm, possibly fix if it's an issue ? It's no bug. The component user is responsible to format posted data properly. > > The Problem: > On the receiving end (webpage) the the POST variable doesn't arrive > intact. Only the first letter. In this example

[twsocket] THttpCli POST issue with v7 Commit 317

2009-04-14 Thread Peter Van Hove
I just converted a piece of code to CB2009 (coming from BCB5), not originally written by myself, so it's a bit searching what is what, but I believe I run into a component issue. Meanwhile I created the same app in BCB5 and there is works OK, using the same code. I used HEAD version v7, checke