//@Test
public void run() throws Exception{
UrlMatcher urlMatcher = new AntUrlPathMatcher();
String url="/**";
String resURL="/index.jsp";
boolean b = urlMatcher.pathMatchesUrl(resURL, url);
System.out.println(b);
}
@Test
public void run1()throws Exception{
String s ="B8:AC:6F:4A:93:1E=33G04|192.168.3.70";