Changeset 266 for tools

Show
Ignore:
Timestamp:
02/25/09 11:51:12 (19 months ago)
Author:
anton
Message:

Secret key fetching fixed

Files:
1 modified

Legend:

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

    r263 r266  
    213213                                                                { 
    214214                                                                        //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)) 
    216216                                                                        { 
    217217                                                                                response.setStatus(Status.CLIENT_ERROR_FORBIDDEN);