Have you included your new pattern above the /**/*.html*=ROLE_ADMIN,ROLE_USER line? If yes, then try:
/test/*.html*=ROLE_ANONYMOUS,ROLE_ADMIN,ROLE_USER Mike On 10/15/07, Artem G. Nickolaenko <[EMAIL PROTECTED]> wrote: > > Hello from Ukraine, > > This http://appfuse.org/display/APF/Ajax tutorial is great, thanks to > tibi! > > But I have one problem. > When page make AJAX request like > http://localhost:8080/test/ajax!ajax.html?decorate=false&dojo.preventCache=1192480510906 > it redirecting to login page, and it can't get data until I logged in. > The question is how to config acegi to allow AJAX request for > anonymous role? > > I have included pattern below to security.xml, but it didn't help: > /test/**=ROLE_ANONYMOUS,ROLE_ADMIN,ROLE_USER > > Could you help me, please? > Thanks in advance! > > -- > Artem > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
