On Mon, Feb 15, 2010 at 22:56, johnrock <[email protected]> wrote: > > Thank you for those links! Can I assume then that the answer is that it can > be done? My implementation is very similar. The biggest difference I can see > is that I am using form based authentication, not HTTP basic. Can this > still work for form based authentication?
Yes, provided that the client propagates the HTTP session, i.e. the requests to the JAX-RS services contain a JSESSIONID cookie, and that the Spring Security filters are applied to the JAX-RS endpoints as well. Andreas > -- > View this message in context: > http://old.nabble.com/Is-it-possible-to-integrate-CXF-JAX-RS-with-Spring-Security-2.0.5---tp27587340p27600649.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
