Strict API keys currently generate errors for invalid keys.

I have a patch but have no cvs access - I'll get the patch up on Saturday.

Rob if you get a chance to roll before then I have attached the new version of mu module file.

CommentFileSizeAuthor
#1 services.module.patch2.32 KBmarcingy
services.module.txt15.45 KBmarcingy

Comments

marcingy’s picture

Assigned: marcingy » Unassigned
Status: Active » Needs review
StatusFileSize
new2.32 KB

Patch provided plus some white space issues corrected

brmassa’s picture

Marc,

you are basically changing $domain and $hash values, isnt that right?

-      $domain = array_shift($args);
-      $hash = $api_key;
+      $hash = array_shift($args);
+      $domain = $api_key;

i changed the module quite a lot lately. take another look to see it is not already fixed...

regards,

massa

marcingy’s picture

Status: Needs review » Closed (fixed)