> @@ -61,21 +74,37 @@ public boolean shouldRetryRequest(HttpCommand command,
> HttpResponse response) {
> Multimap<String, String> headers =
> command.getCurrentRequest().getHeaders();
> if (headers != null && headers.containsKey("X-Auth-User")
> && headers.containsKey("X-Auth-Key") &&
> !headers.containsKey("X-Auth-Token")) {Are there constants for these headers somewhere? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/104/files#r5645363
