1. context root를 자동으로 추가 해준다.
ex) context root 이름이 test 였다면, <c:url value = "/login/save'"/> ---> /test/login/save
2. session id를 자동으로 추가 해준다.
'Spring' 카테고리의 다른 글
[Spring/스프링] redirect , forward (0) | 2022.07.12 |
---|---|
[Spring/스프링] servlet-context.xml - <view-controller/> (0) | 2022.07.12 |
[Spring/스프링] @Autowired, @Resource (0) | 2022.07.05 |
HttpServletRequest - getQueryString (0) | 2022.06.12 |
[Spring/스프링] static이 없어도 호출되는 이유(Tomcat) (0) | 2022.04.30 |