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=38943>. 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=38943 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|httpclient- |[EMAIL PROTECTED] |[EMAIL PROTECTED] | Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2006-03-12 19:32 ------- Created an attachment (id=17877) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17877&action=view) patch, take 1 This patch fails to apply in 4 files, again because of the @version line in the class comment. To apply the patch, change that line to: * @version $Revision$ $Date$ in the following source files: trunk/http-async/src/java/org/apache/http/async/AsyncHttpProcessor.java trunk/http-async/src/java/org/apache/http/async/impl/SimpleHttpHandle.java trunk/http-async/src/java/org/apache/http/async/impl/SimpleHttpDispatcher.java trunk/http-async/src/java/org/apache/http/async/AbstractHttpHandle.java This time, I've added several empty JavaDoc lines to the class comments, so that the @version line will not be in the patch context in the future. When reviewing this patch, please give the interface and example special scrutiny. Currently, the callback handler is passed in the HttpContext, so it can be changed on a per-request basis if needed. This patch does not add logging. I'll do that in a separate step once the notification interface is agreed upon and committed. cheers, Roland -- 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]
