Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 3254 invoked from network); 17 Sep 2004 19:46:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Sep 2004 19:46:36 -0000 Received: (qmail 41377 invoked by uid 500); 17 Sep 2004 19:46:32 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 41287 invoked by uid 500); 17 Sep 2004 19:46:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 41274 invoked by uid 99); 17 Sep 2004 19:46:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 17 Sep 2004 12:46:32 -0700 Received: (qmail 807 invoked by uid 50); 17 Sep 2004 19:48:19 -0000 Date: 17 Sep 2004 19:48:19 -0000 Message-ID: <20040917194819.806.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 31281] New: - [configuration] Add FilterConfiguration decorator X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.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=31281 [configuration] Add FilterConfiguration decorator Summary: [configuration] Add FilterConfiguration decorator Product: Commons Version: 1.0 Alpha Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Configuration AssignedTo: commons-dev@jakarta.apache.org ReportedBy: epugh@upstate.com Hi all, I've got a FilterConfiguration that I ripped out that decoreates any other Configuration. You supply a java.util.regex pattern, and then the keys are filtered on this value.. It's somewhat similar to the subset Configuraiton, but a bit more flexible. You can filter on any part of the key.. I have the unit test as well. Is there any reason not to commit this since we have quite a few changes for the next Release Candidate? Eric --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org