Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-16 Thread Sergey Beryozkin
On 13/07/12 18:35, Aki Yoshida wrote: Hi, I just submitted the code with CXF-4423 into trunk. Currently, it has only the spring support and the blueprint support is to follow. Basically, you can do something like: bean id=keyManagers .../ bean id=trustManagers .../ http:conduit

Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-13 Thread Aki Yoshida
Hi, I just submitted the code with CXF-4423 into trunk. Currently, it has only the spring support and the blueprint support is to follow. Basically, you can do something like: bean id=keyManagers .../ bean id=trustManagers .../ http:conduit

Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-05 Thread Sergey Beryozkin
Hi Aki On 04/07/12 11:59, Aki Yoshida wrote: Hi, I haven been wondering about this for a while and I would like to hear your thoughts. Concretely, I am wondering if people are happy with the current file or resource based keystore instantiation provided by the tlsClientParameters's

Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-05 Thread Aki Yoshida
2012/7/5 Sergey Beryozkin sberyoz...@gmail.com: Hi Aki On 04/07/12 11:59, Aki Yoshida wrote: Hi, I haven been wondering about this for a while and I would like to hear your thoughts. Concretely, I am wondering if people are happy with the current file or resource based keystore

Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-05 Thread Sergey Beryozkin
Hi Aki, On 05/07/12 11:58, Aki Yoshida wrote: 2012/7/5 Sergey Beryozkinsberyoz...@gmail.com: Hi Aki On 04/07/12 11:59, Aki Yoshida wrote: Hi, I haven been wondering about this for a while and I would like to hear your thoughts. Concretely, I am wondering if people are happy with the current

Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-05 Thread Willem Jiang
+1,it makes our life easier to share the security parameter beans across the http conduit. On Thu Jul 5 19:09:57 2012, Sergey Beryozkin wrote: Hi Aki, On 05/07/12 11:58, Aki Yoshida wrote: 2012/7/5 Sergey Beryozkinsberyoz...@gmail.com: Hi Aki On 04/07/12 11:59, Aki Yoshida wrote: Hi, I

more flexibility in configuring httpconduit's tlsClientParameters using spring or blueprint?

2012-07-05 Thread Aki Yoshida
Hi Team, I haven been wondering about this for a while and I would like to hear your thoughts. Concretely, I am wondering if people are happy with the current file or resource based keystore instantiation supported by the tlsClientParameters's configuration schema. The current schema does not

Re: more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-05 Thread Freeman Fang
Sounds good to me, +1 Freeman On 2012-7-5, at 下午10:28, Willem Jiang wrote: +1,it makes our life easier to share the security parameter beans across the http conduit. On Thu Jul 5 19:09:57 2012, Sergey Beryozkin wrote: Hi Aki, On 05/07/12 11:58, Aki Yoshida wrote: 2012/7/5 Sergey

more flexibility in configuring httpconduit's tlsClientParameters in spring or blueprint?

2012-07-04 Thread Aki Yoshida
Hi, I haven been wondering about this for a while and I would like to hear your thoughts. Concretely, I am wondering if people are happy with the current file or resource based keystore instantiation provided by the tlsClientParameters's configuration schema. The current schema does not allow any