반응형
특정 view가 아닌 URL로 redirect 할 필요가 있다.
아래와 같은 방법으로 하면 된다.
절대 @ResponseBody를 붙이면 안 된다.
@RequestMapping("/redirect") public String redirect(@RequestParam("url") String url) { return "redirect:" + url; }
출처 : http://stackoverflow.com/questions/9311940/redirect-to-dynamic-url-in-spring-mvc
반응형
'Programming' 카테고리의 다른 글
IE8 에서 jquery :checked 가 동작하지 않는 경우 (0) | 2012.12.05 |
---|---|
알송 서버에서 LRC 가사 가져오기 (5) | 2012.11.11 |
[Spring] 이제 시작인가... (0) | 2012.10.05 |
[PlayFramework2] 설치부터 설정까지 (0) | 2012.09.26 |
첫째날 (0) | 2012.09.19 |