Hi,
I'm trying to securise my standard web app with spring security 3. I've got : Error 404 Etat /test2/spring_security_login when I go to a secured resource...
Type: Posts; User: blured75; Keyword(s):
Hi,
I'm trying to securise my standard web app with spring security 3. I've got : Error 404 Etat /test2/spring_security_login when I go to a secured resource...
Thanks a lot for this info
Hi,
I'm trying to put 2 auth-method using spring security on a web-application. Indeed, I'd like that the servlet A to be authentified using BASIC auth and servlet B using FORM auth.
I try to...
Hi,
I'm using AGECI security to secure an existing application. The fact is that the user / password are stored in a LDAP but the roles of the users are stored in a DataBase. So the idea is to use...