MD5 provided for httpcomponents-client-4.2.5-bin.zip does not match

2013-07-12 Thread Raghu S
I downloaded httpcomponents-client-4.2.5-bin.zip and used an md5 program which gave its md5 as a689d41dee64e8f1dfe9618e642ec260 but in the md5 file I dowloaded, it starts with 363e Please check.

Re: MD5 provided for httpcomponents-client-4.2.5-bin.zip does not match

2013-07-12 Thread sebb
On 12 July 2013 17:35, Raghu S mails2ra...@ymail.com wrote: I downloaded httpcomponents-client-4.2.5-bin.zip and used an md5 program which gave its md5 as a689d41dee64e8f1dfe9618e642ec260 but in the md5 file I dowloaded, it starts with 363e Works OK for me. Where did you download the

Re: MD5 provided for httpcomponents-client-4.2.5-bin.zip does not match

2013-07-12 Thread Raghu S
Silly of me. The download said it was completed but did not have enough bytes. I retried and they match.   From: sebb seb...@gmail.com To: HttpClient User Discussion httpclient-users@hc.apache.org; Raghu S mails2ra...@ymail.com Sent: Friday, July 12, 2013

DELETE with body

2013-07-12 Thread Philippe Mouawad
Hello, We have a need to send some body inside DELETE method. - https://issues.apache.org/bugzilla/show_bug.cgi?id=55255 The same as : curl -XDELETE 'http://localhost:9200/twitter/tweet/_query' -d '{ term : { user : kimchy } } ' According to specs, it is possible. Looking at