Frédéric Glorieux wrote:

The Request interface itself does not have getInputStream method, only HttpRequest does. So first step would be to add getInputStream method to the Request and then add it to FOM.

DONE, it seems to work for me. Still problems for a real world WebDAV implementation, but this is for other threads.


I think this would be a good addition. What do others think?

YES, what do they think ?

http://marc.theaimsgroup.com/?t=104029502400001&r=1 http://marc.theaimsgroup.com/?t=104134298900002&r=1 http://marc.theaimsgroup.com/?t=107772421800009&r=1

From 2nd link:
So, from these, I seem to think that we could

1) add a getInputStream() to the Request
2) make other input features available through request attributes

In case of mail

1) the mail content goes through getInputStream()
2) the attachements go through Request attributes


I guess it's time to add it. And change StreamGenerator accordingly.

Vadim

Reply via email to