티스토리 뷰

Spring

redirect 경로에 관하여

deerfrd 2017. 4. 5. 16:15

redirect 경로가 헷갈렸었는데, 이번에 확실히 정리해봄

@RequestMapping(value = "/path1/path2", method = RequestMethod.GET)

public String pathEx(HttpServletRequest request) throws Exception {

return "redirect:path3";

}



이런 코드가 있을때, redirect 경로는 


1) (/)가 없을때 : "redirect:path3" => contextPath/path1/path3

2) (/)가 있을때 : "redirect:/path3" => contextPath/path3

댓글
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함