Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 17753 invoked from network); 12 Mar 2006 19:32:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Mar 2006 19:32:57 -0000 Received: (qmail 97907 invoked by uid 500); 12 Mar 2006 19:32:56 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 97888 invoked by uid 500); 12 Mar 2006 19:32:56 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 97877 invoked by uid 99); 12 Mar 2006 19:32:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Mar 2006 11:32:56 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Mar 2006 11:32:55 -0800 Received: by ajax.apache.org (Postfix, from userid 65534) id E0137D49FC; Sun, 12 Mar 2006 19:32:34 +0000 (GMT) From: bugzilla@apache.org To: httpclient-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 38943] - missing notification API for http-async In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060312193234.E0137D49FC@ajax.apache.org> Date: Sun, 12 Mar 2006 19:32:34 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 http-async@dubioso.net changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|httpclient- |http-async@dubioso.net |dev@jakarta.apache.org | Status|NEW |ASSIGNED ------- Additional Comments From http-async@dubioso.net 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: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org