Search:

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

Search: Search took 0.04 seconds.

  1. Some explanation has been posted in comments to...

    Some explanation has been posted in comments to SPR-9218.
  2. This code works in 3.0 but doesn't in 3.1: ...

    This code works in 3.0 but doesn't in 3.1:


    @RequestMapping("/test")
    public Object test(@RequestParam boolean flag) {
    if (flag) {
    return "redirect:/";
    }...
  3. Spring 3.1 breaks usual return value handling scheme

    I've noticed a significant difference in processing of controller methods introduced in 3.1, what stops me from migration from 3.0.

    In 3.0, method return values were observed to determine the...
Results 1 to 3 of 3