Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 95983 invoked from network); 20 Dec 2004 20:30:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Dec 2004 20:30:19 -0000 Received: (qmail 43878 invoked by uid 500); 20 Dec 2004 20:29:46 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 43841 invoked by uid 500); 20 Dec 2004 20:29:46 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 43774 invoked by uid 99); 20 Dec 2004 20:29:45 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web50006.mail.yahoo.com (HELO web50006.mail.yahoo.com) (206.190.38.21) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 20 Dec 2004 12:29:41 -0800 Received: (qmail 28704 invoked by uid 60001); 20 Dec 2004 20:29:39 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=PO4azTbl3/tunuw3o7f65zvZUi09QevjScNGUuLC317ZntAXgxE4fN5YGzXlv8l8gUs1QtlrWwqYwTAUEd12Ydm/yvCdHl3tFH+hccI3+73uOWlKd2gKhkSY2LmovDQU2z1Jv3F1c56tT5hXd5TiL88uqBU1bvHLTb0wlaTql9Y= ; Message-ID: <20041220202939.28702.qmail@web50006.mail.yahoo.com> Received: from [67.97.181.8] by web50006.mail.yahoo.com via HTTP; Mon, 20 Dec 2004 12:29:39 PST Date: Mon, 20 Dec 2004 12:29:39 -0800 (PST) From: Adam Levy Subject: Extending CookieManager To: jmeter-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'd like to extend the CookieManager (and related CookiePanel) to add "cookie domain aliasing" such that I can have the CookieManager hand back cookies where the domain matches any of a list of strings as opposed to just the domain the cookie was originally stored with. I think I've got the GUI part down, but I'm having trouble understanding the right way to store this list of "cookie domain aliases" in the CookieManager. Normally, I would generate a Hashtable from the GUI element and pass that into the CookieManager constructor, but that seems contrary to the setProperty/getProperty methods. I'd like to do this the "correct" way, but I'm really not sure how to proceed. Could anyone offer some advice? I'm happy to explain what I'm trying to accomplish in more detail if that would help. Thanks in advance! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org