Hello, I am working on spring 3.1. n I am facing problem with FormattingConversionServiceFactoryBean.
<bean...
Type: Posts; User: vikrant chavan; Keyword(s):
Hello, I am working on spring 3.1. n I am facing problem with FormattingConversionServiceFactoryBean.
<bean...
I changed version of my spring security to 3.0.5 and now cookie is getting created.
If I do not check remember me checkbox i get:
DEBUG [http-8181-2] (AbstractAuthenticationProcessingFilter.java:289) - Authentication success. Updating SecurityContextHolder to contain:...
I also tried <security:remember-me key="rememberMeKey"/>, still cookie is not set.
Hello Everyone,
I am trying to use remember me service in spring security 3.1. However when i login, remember me cookie is not created.
<security:http...
@nesyarug: Thanks, It worked for me!
However, in case CreateAccountForm class contains Type object which has "name" attribute having @NotNull
here only the fields inside CreateAccountForm are...
Thanks, it worked :)
I just replaced
<security:form-login login-page="/signIn.htm"
default-target-url="/home.htm"
always-use-default-target="false"
login-processing-url="/j_spring_security_check"...
Hello everyone,
I am using Spring security 3.1 and i have set alwaysUseDefaultTargetUrl to false but after login it always redirects to defaultTargetURL page.
It works fine with...
Hi all,
I am trying to configure spring 3.1 with hibernate and i want to use declarative transactions. Initially i was using hibernate 3.1.x, however, while executing @tractional method i got...
This could be done to allow login in facebook/twitter using Spring-Oauth 2 since these sites authenticates the user before accessing their resources.
Oauth Conf:
<oauth:consumer...
It is working now. Thank you.
I have created a seperate file for AOP (beansdefinition_aop.xml) and I am loading it using contextloaderlistener.
Hi all,
I am newbie to AOP, and i want to have around advice for methods in controller. My interceptor method is not invoked for controllers, however, it works for other packages. Please let me...
Thanks!:)
I am able to integrate with twitter and is working fine.
After setting proxy properties it worked.
Hello All,
I am using spring-security-oauth-3.19.SS3.jar for OAuth integration with my application. However, Spring OAuth is not able to connect with http://twitter.com/oauth/request_token....