Ignore:
Timestamp:
09/10/11 00:30:54 (13 years ago)
Author:
sherbold
Message:
  • Changed handling of invalid URIs when parsing web usage logs. Before, the parsing was aborted, now, the entry with the invalid URI is ignored.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/web/commands/CMDloadSessionsFromClickstream.java

    r176 r177  
    33import java.io.FileNotFoundException; 
    44import java.io.IOException; 
    5 import java.net.URISyntaxException; 
    65import java.security.InvalidParameterException; 
    76import java.text.ParseException; 
     
    5251                        Console.println("Invalid format of date stamps."); 
    5352                        Console.println(e.getMessage()); 
    54                 } catch (URISyntaxException e) { 
    55                         Console.println("Invalid URI!"); 
    56                         Console.println(e.getMessage()); 
    57                 } 
     53                }  
    5854                 
    5955                if( GlobalDataContainer.getInstance().addData("sequences", parser.getSequences()) ) { 
Note: See TracChangeset for help on using the changeset viewer.