관리 메뉴

제뉴어리의 모든것

HttpServletRequest 객체의 uri에서 path 부분만 얻기 본문

JAVA

HttpServletRequest 객체의 uri에서 path 부분만 얻기

제뉴어리맨 2022. 10. 5. 00:55
request.getRequestURI().substring(request.getContextPath().length())

 

참조 : https://stackoverflow.com/questions/4278083/how-to-get-request-uri-without-context-path