I want to send data to a servlet that the servlet retrieves using req.getReader. I know that Cactus doesn't support this directly (and I know there's an open todo :-) ), so can I do this 'outside' the scope of Cactus and still have the tests executed. I.e. can I use an HttpUrlConnection (or similar) to talk to the re-direction proxy within my testXXX methods?
Kevin Jones Developmentor www.develop.com
