- Timestamp:
- 02/25/09 11:51:12 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tools/routingservice/trunk/src/jp/co/orkney/restlet/WebRouting.java
r263 r266 213 213 { 214 214 //if (!SecurityHelper.checkAPIKey((String) keys.get(clientId.toUpperCase()), encKey, signature, clientId, log)) 215 if (!MD5SecurityHelper.checkAPIKey(clientId, signature, apiKey, (String) keys.get(clientId .toUpperCase()), log))215 if (!MD5SecurityHelper.checkAPIKey(clientId, signature, apiKey, (String) keys.get(clientId), log)) 216 216 { 217 217 response.setStatus(Status.CLIENT_ERROR_FORBIDDEN);
