A link at the bottom of this tutorial offers some advice: http://www.jroller.com/sqyuan/entry/using_acegi_for_authentication_authorization
You also might want to check the comments on the following blog entry: http://raibledesigns.com/rd/entry/upgrading_to_spring_security_2 Matt On Thu, May 22, 2008 at 8:33 AM, Benito <[EMAIL PROTECTED]> wrote: > > hi, sorry if this has already been answered, I have searched. > > I need to put authentication and authorisation up around a set of web > services on an Appfuse Spring MVC setup which also serves a website. > > Following the tutorial (http://appfuse.org/display/APF/Web+Services) I am > advised to add a line in security.xml to add a definition to the > FilterSecurityInterceptor: /services/**=ROLE_ADMIN > > But when an unauthorised web service client attempts to use the service, > rather than the appropriate SOAP response, the login HTML page is returned. > > What's the best way to solve this? > > TIA > -- > View this message in context: > http://www.nabble.com/XFire-Auth---failure-returns-HTML-login-page-tp17406902s2369p17406902.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
