It should, but you probably just need to replace http-basic in : <security:http auto-config="true"> <security:http-basic/> </security:http>
with security:form (don't remember the exact name)... cheers, Sergey -----Original Message----- From: johnrock [mailto:[email protected]] Sent: 15 February 2010 21:56 To: [email protected] Subject: Re: Is it possible to integrate CXF JAX-RS with Spring Security 2.0.5 ? 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? -- 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.
