It's got both HTML and WebServices. I'm going to try to configure basic authentication using the config posted by Marcello.
mraible wrote: > > Do you have webservices only - or are you serving up an HTML interface > as well. I'd suggest modifying your filterChainProxy to have > /services/**=filterChainWithBasicAuthenticationFilter. > > Then adding basic authentication bean definitions to your security.xml. > > Matt > > On 10/24/07, George.Francis <[EMAIL PROTECTED]> wrote: >> >> Please help me get secure webservices running in my app! >> I have added /services/**=ROLE_ADMIN,ROLE_USER to security.xml as >> instructed >> in the tutorial (http://appfuse.org/display/APF/Web+Services). What I >> need >> to know is, has ANYONE got this successfully working? If so could you >> PLEASE post the request/response messages for any operation? I have >> tried >> authenticating in several different ways but no matter what I send my >> webservice (once it's secured) I get a 302 redirect and it's driving me >> mad. >> Thanks in advance!! >> -- >> View this message in context: >> http://www.nabble.com/Secured-Webservice-tf4685214s2369.html#a13388798 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Secured-Webservice-tf4685214s2369.html#a13394527 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
