Search:

Type: Posts; User: darshan.shroff; Keyword(s):

Search: Search took 0.04 seconds.

  1. BadCredentialsException after migrating to Spring Security 3.1

    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...
  2. Error 500 in Struts2-Spring Application

    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.

    ...
  3. This has been helpful. I have simplified it...

    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...
  4. This has been a helpful Thread. -> Finding...

    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...
  5. Rwinch, You are correct with the your...

    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...
  6. Kelkarp, I do know that by making...

    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...
  7. Spring Security 3.0 Documentation Error RequestHeaderAuthenticationFilter

    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
  8. Spring Security 3.0 Documentation Error

    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=...
  9. PreAuthenticatedCredentialsNotFoundException: SM_USER header not found in request

    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...
  10. cannot convert value of type [$Proxy16 : no matching editors or conversion strategy f

    Getting same error.
    Help would be appreciated.

    If i comment below lines, everything works fine :-

    <aop:aspectj-autoproxy/>
    <bean id="loggerAspect"...
  11. even i got it working by simply copying the mysql...

    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...
  12. Could someone give me feedback on the impact of...

    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...
Results 1 to 12 of 13