Ignore:
Timestamp:
07/07/11 11:04:27 (13 years ago)
Author:
sherbold
Message:
  • URI of web sessions is not parsed and split into path and GET parameters; of the GET parameters only the name is used to define the type
File:
1 edited

Legend:

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

    r84 r111  
    33import java.io.FileNotFoundException; 
    44import java.io.IOException; 
     5import java.net.URISyntaxException; 
    56import java.security.InvalidParameterException; 
    67import java.text.ParseException; 
     
    4142                        Console.println("Invalid format of date stamps."); 
    4243                        Console.println(e.getMessage()); 
     44                } catch (URISyntaxException e) { 
     45                        Console.println("Invalid URI!"); 
     46                        Console.println(e.getMessage()); 
    4347                } 
    4448                 
Note: See TracChangeset for help on using the changeset viewer.