- Timestamp:
- 01/30/09 10:56:31 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tools/routingservice/trunk/src/jp/co/orkney/restlet/security/SecurityHelper.java
r167 r253 49 49 boolean isValid = false; 50 50 boolean verifies = false; 51 51 52 // Default path to the keystore file 52 53 String keyStoreFileName = "security/wrs"; 53 String keyStorePassword = "orkneyorkney"; 54 55 // Default keystore password (you might want to change this) 56 String keyStorePassword = "webroutingservice"; 54 57 55 58 // Load the keystore
