Search:

Type: Posts; User: nvrs; Keyword(s):

Search: Search took 0.01 seconds.

  1. You could do it like that, instead i just built...

    You could do it like that, instead i just built the modified spring security and use that instead. I did that for two reasons, a) i placed the fix while debugging the actual src code, b) cause i...
  2. Sure, as i stated above i have modified...

    Sure, as i stated above i have modified saveContext() of org.springframework.security.web.context.HttpSessionSecurityContextRepository so as not to flush the session if the authentication context is...
  3. It's not a bug, Spring Security does not support...

    It's not a bug, Spring Security does not support long polling.

    Check my question/answer on SO:...
  4. Ok, after some debugging i have concluded the...

    Ok, after some debugging i have concluded the following:

    After the DefferedResult is set the method flush() of org.springframework.security.web.context.SaveContextOnUpdateOrErrorResponseWrapper...
  5. Replies
    4
    Views
    415

    This is a bad idea in general, not using SSL for...

    This is a bad idea in general, not using SSL for your whole site makes you vunerable to various attacks (session hijack for starters) and also creates problems since a session marked as secure cannot...
  6. Spring 3.2 Long polling causing spring security context to be cleared

    Hi all,

    I am dealing with the wierdest of issues and having trouble to pin point the cause. I am using Spring 3.2 Milestone 1 to implement a service with long polling (long polling blog example)....
  7. SavedRequestAwareAuthenticationSuccessHandler and URL part after #

    Hi all,
    I have extended SavedRequestAwareAuthenticationSuccessHandler to create a custom handler that keeps track of users logins, logs them etc. but i am facing the following problem. Since my app...
  8. Spring MVC, force JSON response in plain request (Accept text/html, application/xhtm)

    I am using Spring 3.0.6 and i have a controller for uploading files to the server. I am using a script to upload using XmlHttpRequest for browsers that support it while the rest of the browsers...
  9. And yeah, programming to an interface also worked

    And yeah, programming to an interface also worked
  10. Ok thanks, i ll try that - sill me thought class...

    Ok thanks, i ll try that - sill me thought class proxying was on default
  11. You mean to use class proxies by getting rid of...

    You mean to use class proxies by getting rid of AOP for aspectj proxies?
  12. @Service bean that implements ApplicationListener cannot be injected with @Autowired

    Hi all,

    I have a @Service bean that implements the ApplicationListener interface in order to listen for some events which is @Autowired to a @Controller. However autowiring fails with



    No...
Results 1 to 12 of 12