spring-security
Spring security redirect user to another page if access is denied but does not change url
I have a problem with my spring xml configuration file. When user does not have a necessary role and enters forbitten url they are redirected to page /timereport/home.do as expected, but url remains a[详细]
2023-04-04 23:11 分类:问答favicon.ico not found error?
I have an application that uses Spring Security 3 runs on Tomcat. I didn\'t define any favicon for my website however when I run my application from my IDE sometimes after I login from my login pages[详细]
2023-04-04 22:57 分类:问答How to carry a string value during the authentication using Spring security OpenID
I have been working on this for several days, and hope someone can help me. There are three requirements for the authentication processing.[详细]
2023-04-04 19:43 分类:问答Spring security authentication using LDAP
I am new to spring security and i\'ve tried to run a sample application based on the spring-security ldap example. Below is my configuration of the applicationContext-security.xml:[详细]
2023-04-04 15:57 分类:问答Difference between access="permitAll" and filters="none"?
Here is a part from Spring Security petclinic example: <http use-expressions=\"true\"> <intercept-url pattern=\"/\" access=\"permitAll\"/>[详细]
2023-04-04 13:28 分类:问答Ask password for logged in users in spring security
I have to implement LoginController to login user, verify password and protect some resources or methods.[详细]
2023-04-04 08:05 分类:问答How to set value from<security:authentication/> to the parameter with <c:set>
I have a problem in my jsp page. I use Spring security and I need to get a name of the authentificated user, for this I use the next tag[详细]
2023-04-04 06:08 分类:问答Spring Security and Custom Authentication Provider
I have a custom Authenticat开发者_Python百科ionProvider that simply returns the Authentication object for the authenticate method. What I want to do is add a role to the user when they log in. This is[详细]
2023-04-04 02:50 分类:问答Spring Security with OpenIDAuthenticationFilter problem
I have some difficulties to make the OpenIDAuthenticationFilter working, I hope someone can help me. My spring-security.xml[详细]
2023-04-04 00:17 分类:问答Remember-me cookie and Varnish
I\'m trying to get Spring Security\'s remember-me feature to work with Varnish but this seems incredibly hard. With regular login, it\'s easy, I just setup Varnish to bypass cache for j_spring_securit[详细]
2023-04-03 21:53 分类:问答