Domet De Mont, Dominique (d3m) wrote:
Hi Oleg,



Actually, I turned the wire log on to confirm the 'nullified' parameters 
encoding: I got this trace:

Wire|0| DEBUG | http://130.211.1.96/ccxmlsession_96_830_110700/event_288797 >> 
"null=null&null=null"



So I added a PostMethod dump before and after the 
httpclient.executeMethod(postMethodM) invocation to check the parameter 
validity: I got the expected values:

EventSender|0| DEBUG | 
http://130.211.1.96/ccxmlsession_96_830_110700/event_288797   0/ 
eventname=undefined

EventSender|0| DEBUG | 
http://130.211.1.96/ccxmlsession_96_830_110700/event_288797   1/ 
session.id=http://130.211.1.96/ccxmlsession_96_830_110700



As per multithreading support, I understand from this page 
http://hc.apache.org/httpclient-3.x/threading.html that 
MultiThreadedHttpConnectionManager brings thread safe http clients; am I wrong?


The HttpClient is threading safe, when used with a threading safe connection manager, but not HTTP methods.

Hope this helps

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to