From notifications-return-33018-apmail-jclouds-notifications-archive=jclouds.apache.org@jclouds.apache.org Mon Oct 26 03:44:31 2015 Return-Path: X-Original-To: apmail-jclouds-notifications-archive@www.apache.org Delivered-To: apmail-jclouds-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90A57189FF for ; Mon, 26 Oct 2015 03:44:31 +0000 (UTC) Received: (qmail 13051 invoked by uid 500); 26 Oct 2015 03:44:31 -0000 Delivered-To: apmail-jclouds-notifications-archive@jclouds.apache.org Received: (qmail 12982 invoked by uid 500); 26 Oct 2015 03:44:31 -0000 Mailing-List: contact notifications-help@jclouds.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jclouds.apache.org Delivered-To: mailing list notifications@jclouds.apache.org Received: (qmail 12558 invoked by uid 99); 26 Oct 2015 03:44:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2015 03:44:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 38F072C1F63 for ; Mon, 26 Oct 2015 03:44:28 +0000 (UTC) Date: Mon, 26 Oct 2015 03:44:28 +0000 (UTC) From: "Andrew Gaul (JIRA)" To: notifications@jclouds.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (JCLOUDS-521) Swift API does not return false on containerExists MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JCLOUDS-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul closed JCLOUDS-521. ------------------------------- Resolution: Won't Fix > Swift API does not return false on containerExists > -------------------------------------------------- > > Key: JCLOUDS-521 > URL: https://issues.apache.org/jira/browse/JCLOUDS-521 > Project: jclouds > Issue Type: Bug > Components: jclouds-blobstore > Reporter: Fabian Lange > Labels: swift > > I am using 1.8 Snapshot due to guava 16.0.1 requirement and the SwiftClient api from org.apache.jclouds.api.swift. > the containerExists call throws an exception rather than returning false: > Caused by: org.jclouds.http.HttpResponseException: request: HEAD https://10.102.4.11/swift/v1/docstore-19af332c-823b-4e9b-a92a-3f1381e856b8 HTTP/1.1 failed with response: HTTP/1.1 404 null > at org.jclouds.openstack.swift.handlers.ParseSwiftErrorFromHttpResponse.handleError(ParseSwiftErrorFromHttpResponse.java:55) ~[swift-1.8.0-SNAPSHOT.jar:1.8.0-SNAPSHOT] > at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:67) ~[jclouds-core-1.8.0-SNAPSHOT.jar:1.8.0-SNAPSHOT] > at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:180) ~[jclouds-core-1.8.0-SNAPSHOT.jar:1.8.0-SNAPSHOT] > at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:150) ~[jclouds-core-1.8.0-SNAPSHOT.jar:1.8.0-SNAPSHOT] > at org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.invoke(InvokeSyncToAsyncHttpMethod.java:129) ~[jclouds-core-1.8.0-SNAPSHOT.jar:1.8.0-SNAPSHOT] > at org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.apply(InvokeSyncToAsyncHttpMethod.java:95) ~[jclouds-core-1.8.0-SNAPSHOT.jar:1.8.0-SNAPSHOT] > at org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.apply(InvokeSyncToAsyncHttpMethod.java:56) ~[jclouds-core-1.8.0-SNAPSHOT.jar:1.8.0-SNAPSHOT] > at org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:156) ~[jclouds-core-1.8.0-SNAPSHOT.jar:1.8.0-SNAPSHOT] > at org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123) ~[jclouds-core-1.8.0-SNAPSHOT.jar:1.8.0-SNAPSHOT] > at com.sun.proxy.$Proxy160.containerExists(Unknown Source) ~[na:na] -- This message was sent by Atlassian JIRA (v6.3.4#6332)