Have you looked at Apache HttpClient? It's possible that this already provides what you want. In which case it might just be a case of enhancing HTTPSampler2.
S. On Mon, 20 Dec 2004 12:29:39 -0800 (PST), Adam Levy <[EMAIL PROTECTED]> wrote: > 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
