Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B5101200D44 for ; Mon, 20 Nov 2017 15:40:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B396E160BF9; Mon, 20 Nov 2017 14:40:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D1CD0160BEC for ; Mon, 20 Nov 2017 15:40:56 +0100 (CET) Received: (qmail 2030 invoked by uid 500); 20 Nov 2017 14:40:55 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 1726 invoked by uid 99); 20 Nov 2017 14:40:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2017 14:40:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9852BDFDD5; Mon, 20 Nov 2017 14:40:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ab@apache.org To: commits@lucene.apache.org Date: Mon, 20 Nov 2017 14:41:00 -0000 Message-Id: <396e0b8402434b76a78f765f5adf5626@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [7/9] lucene-solr:jira/solr-11285-sim: SOLR-11645: Fix problem with no Args display in admin UI. archived-at: Mon, 20 Nov 2017 14:40:57 -0000 SOLR-11645: Fix problem with no Args display in admin UI. Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/0dadf2c2 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/0dadf2c2 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/0dadf2c2 Branch: refs/heads/jira/solr-11285-sim Commit: 0dadf2c2a83abfe23740d5b5560e9852415877ef Parents: 6f99196 Author: elyograg Authored: Sat Nov 18 08:41:53 2017 -0700 Committer: elyograg Committed: Sat Nov 18 08:41:53 2017 -0700 ---------------------------------------------------------------------- solr/CHANGES.txt | 4 ++++ solr/webapp/web/partials/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0dadf2c2/solr/CHANGES.txt ---------------------------------------------------------------------- diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index e43aeb6..694a5bf 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -120,6 +120,10 @@ Bug Fixes * SOLR-11553: JSON Facet API: facet refinement could use UIF in phase one and DV uninversion in phase 2, resulting in too much memory use. (yonik) +* SOLR-11645: When the java commandline had exact duplicate arguments, the + admin UI dashboard would not display any commandline arguments. + (Webster Homer via Shawn Heisey) + Optimizations ---------------------- * SOLR-11285: Refactor autoscaling framework to avoid direct references to Zookeeper and Solr http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0dadf2c2/solr/webapp/web/partials/index.html ---------------------------------------------------------------------- diff --git a/solr/webapp/web/partials/index.html b/solr/webapp/web/partials/index.html index 61c341d..b9e6a90 100644 --- a/solr/webapp/web/partials/index.html +++ b/solr/webapp/web/partials/index.html @@ -209,7 +209,7 @@ limitations under the License.
  • Args
    -
    {{arg}}
    +
    {{arg}}