>                    } else {
> -                     retry = false;
> +                     // First time this non-authentication request failed
> +                     logger.debug("invalidating authentication token - first 
> time");
> +                     retryCountMap.put(command, new Integer(1));

Just `1`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/104/files#r5645473

Reply via email to