DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33936>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33936 ------- Additional Comments From [EMAIL PROTECTED] 2005-03-10 00:14 ------- (In reply to comment #2) > Please, test it against version 1.2.1 the behaviour has change and now only if > the the InputStrean is a ByteArrayInputStream. Thanks for the update. I tested with 1.2.1. It worked. However, I wonder why this is printed to system err rather than logging it. if (_inputOctetStreamProxy.markSupported()) { System.err.println("Mark Suported but not used as reset"); } We have unit test code that compares output from previous versions with that from the current versions, and the system.err messages causes a mismatch in the comparison. We should be able to our baseline accordingly, but I wonder if other developers might have similar problem, so it would be nice to log the message instead of println to System.err. Thanks. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.