Re: Support multiple policy interceptor providers per policy assertion

2012-01-27 Thread Daniel Kulp
On Friday, January 27, 2012 4:38:41 PM Andrei Shakirin wrote: > Hi, > > At the moment policy mechanism is very powerful, but have some limitations. > One of them is that it is possible to register only one InterceptorProvider > for one policy assertion. > > PolicyInterceptorProviderRegistry inter

[ANN] Apache CXF 2.5.2, 2.4.6, and 2.3.9 released

2012-01-27 Thread Daniel Kulp
Completely forgot to send this out the other day. Better late than never. :-) The Apache CXF team is proud to announce the availability of the latest patches: 2.5.2, 2.4.6, and 2.3.9. Apache CXF is an open source services framework. CXF helps you build and develop services using front end

Support multiple policy interceptor providers per policy assertion

2012-01-27 Thread Andrei Shakirin
Hi, At the moment policy mechanism is very powerful, but have some limitations. One of them is that it is possible to register only one InterceptorProvider for one policy assertion. PolicyInterceptorProviderRegistry interface extends Regsitry as: public interface PolicyInterceptorProviderRegis

Re: Removing two more modules ?

2012-01-27 Thread Sergey Beryozkin
Hi On 27/01/12 15:59, Daniel Kulp wrote: On Friday, January 27, 2012 1:02:11 PM Sergey Beryozkin wrote: Hi It is time to return to this thread with more modules being and about to be added to the trunk On 20/09/11 12:07, Sergey Beryozkin wrote: Hi What do you think of dropping a couple of mo

Re: Removing two more modules ?

2012-01-27 Thread Daniel Kulp
On Friday, January 27, 2012 1:02:11 PM Sergey Beryozkin wrote: > Hi > > It is time to return to this thread with more modules being and about to > be added to the trunk > > On 20/09/11 12:07, Sergey Beryozkin wrote: > > Hi > > > > What do you think of dropping a couple of modules for 2.5: > > >

Splitting the jaxrs frontend

2012-01-27 Thread Sergey Beryozkin
Hi I'm planning to split the jaxrs frontend on the trunk only as follows: 1. Move the CORS code to the rt/rs/security/cors module, initially it will be just few files but that number will very likely to grow 2. Move the existing WebClient/proxy client code to rt/rs/extensions/client 3. Mov

Re: Removing two more modules ?

2012-01-27 Thread Sergey Beryozkin
Hi It is time to return to this thread with more modules being and about to be added to the trunk On 20/09/11 12:07, Sergey Beryozkin wrote: Hi What do you think of dropping a couple of modules for 2.5: - both rt-bindings-local and rt-bindings-object seem to do the same thing, I recall ther

[CXF-3882] WS-Federation and Claims transformation

2012-01-27 Thread Oliver Wulff
Hi there Due to extensions for the WS-Federation Web SSO support I'm looking into CXF-3882. Let's assume an STS has configured several realms/security domains. What happens if I send a SAML token from one security domain and request a new SAML token from another security domain? Right n