Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BED9B1015B for ; Fri, 30 May 2014 04:12:02 +0000 (UTC) Received: (qmail 34796 invoked by uid 500); 30 May 2014 04:12:02 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 34729 invoked by uid 500); 30 May 2014 04:12:02 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 34616 invoked by uid 99); 30 May 2014 04:12:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 04:12:02 +0000 Date: Fri, 30 May 2014 04:12:02 +0000 (UTC) From: "Jonathan Hurley (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-5954) Incorrect href in async response from cluster create via blueprint MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jonathan Hurley created AMBARI-5954: --------------------------------------- Summary: Incorrect href in async response from cluster create via blueprint Key: AMBARI-5954 URL: https://issues.apache.org/jira/browse/AMBARI-5954 Project: Ambari Issue Type: Bug Affects Versions: 1.6.1 Reporter: Jonathan Hurley Assignee: Jonathan Hurley Priority: Critical Fix For: 1.6.1 The asynchronous response from a cluster create call via a blueprint contains that wrong href. Expected href: api/v1/clusters/c1/requests/1 Actual href: /api/v1/clusters/c1 This doesn't appear to be specific to blueprints but is likely a regression in async responses in general. -- This message was sent by Atlassian JIRA (v6.2#6252)