Search:

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

Search: Search took 0.03 seconds.

  1. Returning HTTP 401 for RESTful method in Spring MVC when session expires.

    I'm using Spring MVC in my application and has request mapping of two kinds:



    *.html mapped for jsp views
    *.action mapped to RESTful methods which returns json and used for ajax only.

    ...
  2. Replies
    2
    Views
    831

    rwinch, problem solved. Thank you so much.

    rwinch, problem solved. Thank you so much.
  3. Replies
    2
    Views
    831

    Spring Security remember-me services

    I configured Spring Security with remember-me option.


    <security:global-method-security secured-annotations="enabled" />
    <security:http pattern="/login.html" security="none"/>
    ...
  4. Replies
    0
    Views
    413

    Remember me feature with MongoDB

    I'm trying to create remember-me based on persistent token approach feature. as my dataSource I have mongoDB. In order to store tokens in as collection I override PersistentTokenRepository class and...
  5. Rossen, thank you for your feedback. I've...

    Rossen, thank you for your feedback.

    I've tried the following:


    @RequestMapping(value="/success.html", method=RequestMethod.GET)
    public String successView(HttpServletRequest request){...
  6. Thank you for reply. Actually, I haven't found...

    Thank you for reply. Actually, I haven't found any documentation how to fetch the values in GET request after redirect. with Spring 3.0 I used this solution. So I thought I can fetch values the same...
  7. Spring MVC 3.1 RedirectAttributes is not working

    I'm trying to implement RedirectAttributes feature in Spring MVC 3.1-Release

    I'm sending simple form to Post URL and would like to see the the value I'm sending in redirect:

    my Controller looks...
  8. Replies
    0
    Views
    598

    Help with Basic Tutorial.

    Hello,

    I'm trying to integrate simple web service tutorial into my existing Sprng MVC application.

    I'm using Dispatcher Servlet instead of Message Dispatcher servlet, because I would like to...
Results 1 to 8 of 8