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=39724>. 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=39724 ------- Additional Comments From [EMAIL PROTECTED] 2006-06-15 19:32 ------- Hi, Here is the diff. My patch had a little type by the way i.e.: == instead of = Anyway the following works Regards /David diff -u StandardPipeline.java StandardPipelinePatched.java --- StandardPipeline.java 2006-06-15 15:31:12.637965896 -0400 +++ StandardPipelinePatched.java 2006-06-15 15:30:45.894031592 -0400 @@ -530,6 +530,9 @@ current = current.getNext(); } + // PATCH: Empty the pipeline if only the basic valve is there + if (first == basic) first = null; + if (valve instanceof Contained) ((Contained) valve).setContainer(null); -- 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]