Hi Alvin, Thanks for your interest in Cactus. At the current time, there is no API in WebRequest for the user to be able to send binary data. There is an open todo taks for that, though ! (see http://jakarta.apache.org/cactus/todo.html) We would be delighted if you could help us with this :-)
Thanks -Vincent ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 9:25 PM Subject: How to send a binary (Serializable) object to a servlet > Hi, > > I am interested in sending a java Serializable object to a servlet's > doPost method. > > Is there an easy way to do this with Cactus? > > Is there a better tool to use to test servlets accepting general > binary data on a doPost call? > > The HttpClientHelper class sends text data only. Is this the > correct place to start modifying Cactus to send general binary data? > > Thanks for the help. > > > Alvin >
