이지우 - 이준호 대리님 수정 요청
This commit is contained in:
parent
05ba60acfc
commit
537a4a218b
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user