Here is a small patch that accomplishes two things I needed to make a simple
REST request fly...
1. When setting the entity via text, ant does not do property expansion... what
a pain.
2. I added a some code to add a content length header if there is content and
the settcontentlengthheader attribute is set (I would have camel-cased it, but
I wanted to match your other attributes.)
Thanks for a nice, simple http client for ant!
( Patch file applies to http://missing-link.googlecode.com/svn/ant-http/trunk
rev 91 )