/[projects]/android/TrainInfoService/WebContent/namesearch.jsp
ViewVC logotype

Diff of /android/TrainInfoService/WebContent/namesearch.jsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1801 by torben, Sun Jun 12 07:28:00 2011 UTC revision 1802 by torben, Tue May 15 12:26:52 2012 UTC
# Line 36  for (File f : files ) { Line 36  for (File f : files ) {
36                  if (line.indexOf("name=") == -1 ) {                  if (line.indexOf("name=") == -1 ) {
37                          continue;                          continue;
38                  }                  }
39                    if (line.indexOf("dummy") != -1) { //ignore dummy requests
40                            continue;
41                    }
42    
43                  String parts[] = line.split(" ");                  String parts[] = line.split(" ");
44                  String ip = parts[0].replace("\"", "");                  String ip = parts[0].replace("\"", "");
45                  String date = parts[2].replace("\"", "");                  String date = parts[2].replace("\"", "");

Legend:
Removed from v.1801  
changed lines
  Added in v.1802

  ViewVC Help
Powered by ViewVC 1.1.20