Re: AJAX Authentification

2013-02-09 Thread Johannes Meyer
, you can make a filter that > catches all ajax context after it goes through the security class filters. > Take a look here : > > http://static.springsource.org/spring-security/site/ > > If you think this is a solution for you let me know and I can provide more > details. > > Jimm

Re: AJAX Authentification

2013-02-08 Thread Johannes Meyer
olinko : > 2013/2/8 Johannes Meyer : >> Hello all, >> >> I'm developing a web application with asynchronous techniques (ExtJS). >> >> The most pages are secured with a "security-constraint", so the user >> has to log in at first. >> >>

AJAX Authentification

2013-02-08 Thread Johannes Meyer
Hello all, I'm developing a web application with asynchronous techniques (ExtJS). The most pages are secured with a "security-constraint", so the user has to log in at first. The users gets prompted a login dialog and can type in his username and password. The data will be sent asynchronous to