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=35944>. 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=35944 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-05 16:27 ------- (In reply to comment #19) > Oleg, > > right, I did not see isOpen was just a simple wrapped boolean check. > I do not like the semantics of that exception either. Is it feasible to change > the contract that late in the release process? I mean, personally I'd say fix > it > rather earlier than later and go with patch 1. But I don't know about our > users... Maybe ask on the list? Firstly, HttpConnection is not meant to be used directly. Effectively it is a private class. Secondly, IllegalStateException is an unchecked exception, so no code should be broken if it is no longer thrown. This said, one meager boolean test seems to solve the problem, so I think it is a rather modest price to pay for keeping everyone content. Oleg -- 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]