이지우 - 이준호 대리님 수정 요청

This commit is contained in:
jiwoo 2023-10-25 18:57:48 +09:00
parent 05ba60acfc
commit 537a4a218b

View File

@ -581,6 +581,10 @@ public final class StringUtil2 {
public static String extractLogMethodNm(
String p_url
) throws Exception{
if(p_url.contains(";JSESSIONID")) {
p_url = p_url.substring(0, p_url.indexOf(";JSESSIONID"));
}
String[] s_arr = p_url.split("/");
if (s_arr.length>=3) {