[jira] Commented: (GERONIMO-3703) should allow custom SSL context for AsyncHttpClient

2007-12-13 Thread Rick McGuire (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551451 ] Rick McGuire commented on GERONIMO-3703: I think using a default context is probably a good idea. Most

[jira] Commented: (GERONIMO-3703) should allow custom SSL context for AsyncHttpClient

2007-12-13 Thread Sangjin Lee (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551589 ] Sangjin Lee commented on GERONIMO-3703: --- It should be OK, because sessions are reused for the specific host

[jira] Commented: (GERONIMO-3703) should allow custom SSL context for AsyncHttpClient

2007-12-13 Thread Rick McGuire (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551600 ] Rick McGuire commented on GERONIMO-3703: Good test to add. Thanks! Committed revision 604016. should

[jira] Commented: (GERONIMO-3703) should allow custom SSL context for AsyncHttpClient

2007-12-12 Thread Rick McGuire (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551154 ] Rick McGuire commented on GERONIMO-3703: Would making the createClientSSLContext() method protected

[jira] Commented: (GERONIMO-3703) should allow custom SSL context for AsyncHttpClient

2007-12-12 Thread Sangjin Lee (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551162 ] Sangjin Lee commented on GERONIMO-3703: --- One idea would be to allow callers to pass in SSLContext. One

[jira] Commented: (GERONIMO-3703) should allow custom SSL context for AsyncHttpClient

2007-12-12 Thread Sangjin Lee (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551169 ] Sangjin Lee commented on GERONIMO-3703: --- One could add SSLContext to HttpRequestMessage as an optional