I have recently upgraded to spring-security-xxx-3.1.0 from 3.0.5.
In 3.0.5, i was using filters=none tag in the intercept-url tag for unprotecting urls.
Since it is not availible now in 3.1, i had...
Type: Posts; User: darshan.shroff; Keyword(s):
I have recently upgraded to spring-security-xxx-3.1.0 from 3.0.5.
In 3.0.5, i was using filters=none tag in the intercept-url tag for unprotecting urls.
Since it is not availible now in 3.1, i had...
I am getting the following stack trace on Websphere Server for my struts2-spring application.
This is received while submitting a form and saving some details.
...
This has been helpful.
I have simplified it further.
The reason its good to use withoutProcedureColumnMetaDataAccess() method is that it helps improve the performance tremendously.
private...
This has been a helpful Thread.
-> Finding examples on the web for using SimpleJdbcCall with withoutProcedureColumnMetaDataAccess() method are difficult to find
-> Finding examples on the web for...
Rwinch,
You are correct with the your assumptions. I however do not understand why is it checking for the UID for a pattern which i have explicitly mentioned as filters=none.
Logging is somewhat...
Kelkarp,
I do know that by making configuration changes at Siteminder level, one can unprotect certain resources/urls. I have already made such changes for my application. I however want to know...
Thanks for updating the doc.
Would surely create a JIRA directly in the future.
Regards,
Darshan Shroff
shroffdarshan@gmail.com
http://www.linkedin.com/in/darshanshroff
Hello,
Please see below doc of Spring Security 3.0
http://static.springsource.org/spring-security/site/docs/3.0.x/reference/preauth.html#d0e5777
<bean id="siteminderFilter" class=...
Hello,
I seem to be facing the exact same problem. I am however reluctant to use
<property name="exceptionIfHeaderMissing" value="false" />
My configuration is as below for the application...
Getting same error.
Help would be appreciated.
If i comment below lines, everything works fine :-
<aop:aspectj-autoproxy/>
<bean id="loggerAspect"...
even i got it working by simply copying the mysql connector jar in the catalina_home/lib directory... don't know why tomcat needs it though...thanks anyways
Darshan Shroff
shroffdarshan@gmail.com...
Could someone give me feedback on the impact of using the
connection. ie Can Spring close it correctly?
Would there be any kinds of issues related to connections not getting closed properly in the...