Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB5511118B for ; Wed, 20 Aug 2014 12:23:00 +0000 (UTC) Received: (qmail 56618 invoked by uid 500); 20 Aug 2014 12:23:00 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 56399 invoked by uid 500); 20 Aug 2014 12:23:00 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 56293 invoked by uid 99); 20 Aug 2014 12:23:00 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2014 12:23:00 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 748159542E0; Wed, 20 Aug 2014 12:23:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ay@apache.org To: commits@cxf.apache.org Date: Wed, 20 Aug 2014 12:23:04 -0000 Message-Id: <6767932052b24c0dacaf2dbbd360a9af@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [5/5] git commit: [CXF-5962] change the settings path constant to generate the correct path [CXF-5962] change the settings path constant to generate the correct path Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d3c42394 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d3c42394 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d3c42394 Branch: refs/heads/3.0.x-fixes Commit: d3c423944f9d17b67272961e9e8c0c8fbeefc55d Parents: 3eaca65 Author: Akitoshi Yoshida Authored: Wed Aug 20 12:55:12 2014 +0200 Committer: Akitoshi Yoshida Committed: Wed Aug 20 14:22:32 2014 +0200 ---------------------------------------------------------------------- .../browser/client/service/settings/RemoteStorageProxyImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/d3c42394/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/service/settings/RemoteStorageProxyImpl.java ---------------------------------------------------------------------- diff --git a/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/service/settings/RemoteStorageProxyImpl.java b/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/service/settings/RemoteStorageProxyImpl.java index 187b77d..4b94885 100644 --- a/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/service/settings/RemoteStorageProxyImpl.java +++ b/rt/management-web/src/main/java/org/apache/cxf/management/web/browser/client/service/settings/RemoteStorageProxyImpl.java @@ -34,7 +34,7 @@ import com.google.gwt.json.client.JSONValue; import org.apache.cxf.management.web.browser.client.service.AbstractCallback; public class RemoteStorageProxyImpl implements RemoteStorageProxy { - private static final String HOSTED_MODE_ENDPOINT_URL = "/log/browser/settings"; + private static final String HOSTED_MODE_ENDPOINT_URL = "settings"; private static final String RESOURCES_ENDPOINT_SUFFIX = "/resources/"; private static final String SETTINGS_ENDPOINT_SUFFIX = "/settings";