Merge branch 'advc' of http://yongjoon.cho@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
fdcb89d7c7
@ -581,6 +581,10 @@ public final class StringUtil2 {
|
|||||||
public static String extractLogMethodNm(
|
public static String extractLogMethodNm(
|
||||||
String p_url
|
String p_url
|
||||||
) throws Exception{
|
) throws Exception{
|
||||||
|
|
||||||
|
if(p_url.contains(";JSESSIONID")) {
|
||||||
|
p_url = p_url.substring(0, p_url.indexOf(";JSESSIONID"));
|
||||||
|
}
|
||||||
String[] s_arr = p_url.split("/");
|
String[] s_arr = p_url.split("/");
|
||||||
|
|
||||||
if (s_arr.length>=3) {
|
if (s_arr.length>=3) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user