Re: fediz jaas config

2017-09-26 Thread Matthew Broadhead
actually i will probably move to ldap as i was already halfway to migrating to apache ds. but thought it might be a good step to first get a jaas loginmodule working first.  however i messed around with the claims stuff and it is not trivial so it is probably easier to migrate to ldap instead.

Re: org.apache.cxf.osgi.cfg redirect

2017-09-26 Thread Sergey Beryozkin
On 26/09/17 12:54, smunro wrote: Thanks for the quick reply. I tried your pre match filter suggestion and found it worked only if I put the full URL in. If I left it as http://localhost:8181 the filter wasn't hit. I suspect this is because of the root context I've specified in the cxf properties

Re: org.apache.cxf.osgi.cfg redirect

2017-09-26 Thread smunro
Thanks for the quick reply. I tried your pre match filter suggestion and found it worked only if I put the full URL in. If I left it as http://localhost:8181 the filter wasn't hit. I suspect this is because of the root context I've specified in the cxf properties. I don't have any web.xml config

Re: org.apache.cxf.osgi.cfg redirect

2017-09-26 Thread Sergey Beryozkin
Hi I believe for this to work you'd need to have 2 CXFServlets and deployed a bundle as a war-bundle https://github.com/Talend/tesb-rt-se/blob/master/examples/cxf/jaxrs-jaxws-transformations/war-bundle/src/main/resources/WEB-INF/web.xml If you have Blueprint contexts, then try CXFBlueprintSer