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=38624>. 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=38624 ------- Additional Comments From [EMAIL PROTECTED] 2006-02-12 17:51 ------- Created an attachment (id=17666) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17666&action=view) alternative 1, take 1 HttpRequestExecutor now has the fine-grained methods needed by the asynchronous dispatchers. Those methods are protected, so as to keep the mutable interfaces out of the public API. The AsyncHttpProcessor is derived from the HttpRequestExecutor to get access to the protected methods. I also changed a line in the ElementalHttpServer, so I can use the ElementalHttpServer to serve the ElementalHttpGet. The patch causes one error when applied. To fix it, you have to edit one line in AsyncHttpProcessor.java. Change the @version line to read: * @version $Revision$ $Date$ The line is in the context of the patch for that class, and the patch tool fails to match the context if svn has expanded the magic tags. Of course this was also the root of previous problems with my patches. -- 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]
