janhoy commented on code in PR #4738:
URL: https://github.com/apache/solr/pull/4738#discussion_r3830450523
##########
solr/test-framework/src/java/org/apache/solr/embedded/JettyConfig.java:
##########
@@ -37,6 +37,9 @@ public class JettyConfig {
public final boolean enableV2;
public final boolean enableGracefulShutdown;
+ /** If true, serve the Admin UI static files and index.html like the
production web.xml does. */
+ public final boolean enableAdminUi;
+
private JettyConfig(
Review Comment:
Filed SOLR-18394 for this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]