https://issues.apache.org/bugzilla/show_bug.cgi?id=44494





--- Comment #14 from Filip Hanik <[EMAIL PROTECTED]>  2008-03-19 12:25:03 PST 
---
(In reply to comment #13)
> Just use the 6.0 branch for testing, no need to test all branches, the code is
> identical in all of them. The key difference I see is that the limit used in
> the loop is not the same, and you should probably be testing that.
> 

true, there is a question here, that could/would solve the problem
why is Reader.markSupported() return true, isn't this misleading.
if we are streaming a few megabytes of data, tomcat would have to cache all
that data in order to support mark properly.

markSupported()==false, would mean we don't need to support mark() and reset(),
and IMHO corresponds more to the streaming implementation we have


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to