Changeset 253 for tools

Show
Ignore:
Timestamp:
01/30/09 10:56:31 (14 months ago)
Author:
daniel
Message:

changed example keystore password

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/routingservice/trunk/src/jp/co/orkney/restlet/security/SecurityHelper.java

    r167 r253  
    4949        boolean isValid = false; 
    5050        boolean verifies = false; 
    51  
     51         
     52        // Default path to the keystore file 
    5253        String keyStoreFileName = "security/wrs"; 
    53         String keyStorePassword = "orkneyorkney"; 
     54 
     55        // Default keystore password (you might want to change this) 
     56        String keyStorePassword = "webroutingservice"; 
    5457 
    5558        // Load the keystore