spring-security
Grails Redirect Post-Logout Using spring-security-core-3.0.6+
In spring security version 3.0.6, which fixed a CRLF logout exploit (https://jira.springsource.org/browse/SEC-1790) they disabled the use of the \'spring-security-redirect\' parameter.[详细]
2023-04-13 05:06 分类:问答Spring Security Pre-authentication without authorization
I am trying to implement pre-authentication scenario and I am running into few issues.. This is my security context file..[详细]
2023-04-13 04:09 分类:问答Spring Security global method security location
I have definedfeature in main webappcontext config file. This file also containselement which scans all packages except controller classes. A separate dispatcher-servlet context file scans controller[详细]
2023-04-12 23:33 分类:问答spring security - sessionid url rewriting with tomcat 7
we\'ve fought with following problem using spring security 1.2.1, grails 1.3.7 and tomcat 7.0.22. on our dev machines we had no problems during login in our app. i think the grails tomcat plugin uses[详细]
2023-04-12 18:53 分类:问答When to use spring ldap authentication
i am new to spring security i read some articles about it, but couldn\'t开发者_C百科 find out when to use it.[详细]
2023-04-12 17:47 分类:问答Convert List<Authority> to Collection<GrantedAuthority> in Spring Security [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-04-12 16:27 分类:问答loadUserByUsername is not invoked
i am using spring security 3 when i enter wrong data user is redirected to login-failure-link but spring security doesn\'t invoke the loadUserByUsername method ?[详细]
2023-04-12 14:26 分类:问答Getting Access is denied in login page
i am using spring security 3 with JSF 2 ICEFaces 2 and i configured my application as follows: All the pages are protected (requires authentication) except for login.[详细]
2023-04-12 13:25 分类:问答Spring role-based authorization VS ACL?
i just want to know the diff开发者_如何学Pythonerence between using ACL and spring role-based authorization in spring security 3 ?ACL are privileges defined for an specific entity. And role based auth[详细]
2023-04-12 10:54 分类:问答How to enforce Spring Security as main Security Manager?
is there any way to enable java SecurityManager while using spring security ? I have a Swing standalone application and using spring jdbcDaoImpl to authenticate and authorize using MySql Database (def[详细]
2023-04-12 10:17 分类:问答