hi i want to authenticate user from extjs login page using spring security core 1.1.3 plugin. i am referring to this tutorial
but when i click on login button it says
in firebug. maybe i dont know where to put those file or where to integrate in grails. here is what i did in context of tutorial..
created login.js in web-app/js/login.js
created applicationContext-security.xml in web-app/web-inf/applicationContext-security.xml
created MyAuthenticationProcessingFilter in src/java/MyAuthenticationProcessingFilter