[ 
https://issues.apache.org/jira/browse/SOLR-12391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498787#comment-16498787
 ] 

Jan Høydahl commented on SOLR-12391:
------------------------------------

Adding back this one line of code which was removed in SOLR-12290, fixes the 
Admin UI for me
{code:java}
Index: solr/core/src/java/org/apache/solr/servlet/LoadAdminUiServlet.java
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- solr/core/src/java/org/apache/solr/servlet/LoadAdminUiServlet.java 
(revision 4888adf08a70c25b4d931a2bdfdcfe3979ba3936)
+++ solr/core/src/java/org/apache/solr/servlet/LoadAdminUiServlet.java (date 
1527901293000)
@@ -78,6 +78,7 @@
out.write( StringUtils.replaceEach(html, search, replace) );
} finally {
IOUtils.closeQuietly(in);
+ IOUtils.closeQuietly(out);
}
} else {
response.sendError(404);
{code}

> Core selector dropdown missing in Admin UI
> ------------------------------------------
>
>                 Key: SOLR-12391
>                 URL: https://issues.apache.org/jira/browse/SOLR-12391
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>    Affects Versions: master (8.0)
>            Reporter: Andrzej Bialecki 
>            Priority: Blocker
>             Fix For: 7.4, master (8.0)
>
>         Attachments: broken-admin-ui-7.4.png, master.png
>
>
> On master the "Core Selector" dropdown in the Admin UI is missing, both in 
> cloud and non-cloud modes. This selector is present on branch_7x (as of 
> today).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to