SpringSession1 [TIL] 231206Spring Optional, 쿠키, 세션 만들기, JWT Optional ‘null’일 수도 있는 객체를 감싸는 wrapper클래스 Optional FindByUserName의 경우 FindByUserName.get()으로 담긴 객체 반환 .isPresent로 null인지 값이 담겼는지 확인 가능 쿠키 만들기 AuthController public static void addCookie( String cookieValue, HttpServletResponse rep) cookie Valuer를 받아오기 url 인코더에 넣어서 공백 제거 후 New Cookie생성 (AUTHORIZATION_HEADER, cookeValue) Path, setMaxAge (만료기한) 등 넣기 이 정보를 HttpServlet에 담기: rep -> client에 반환 res.addC.. 2023. 12. 6. 이전 1 다음