[ http://issues.apache.org/jira/browse/HTTPCLIENT-582?page=comments#action_12414582 ]
Roland Weber commented on HTTPCLIENT-582: ----------------------------------------- Hi Sebastian, there's still the "new String[0]" instead of "new String[list.size()])" :-) I think the boolean argument to this method is overkill. We should just agree on one behavior and implement that. I don't have strong feelings about it, so if you prefer to remove the default, go with it. But you should be aware that a custom cookie spec might be registered only as the default and not with an explicit name. cheers, Roland > Allow access to registered cookie policies > ------------------------------------------ > > Key: HTTPCLIENT-582 > URL: http://issues.apache.org/jira/browse/HTTPCLIENT-582 > Project: Jakarta HttpClient > Type: Improvement > Components: HttpCookie > Reporter: Sebb > Fix For: 3.1 Alpha 1 > Attachments: patch.txt, patch2.txt > > It would be useful for JMeter (and perhaps other applications) to have access > to the list of registered Cookie policy names. > [If this is acceptable, let me know if you want me to provide a patch.] -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
