igiguere commented on code in PR #1632:
URL: https://github.com/apache/solr/pull/1632#discussion_r1303614343
##########
solr/core/src/java/org/apache/solr/servlet/ResponseUtils.java:
##########
@@ -28,6 +28,11 @@
public class ResponseUtils {
private ResponseUtils() {}
+ // System property to use if the Solr core does not exist or
solr.hideStackTrace is not
+ // configured. (i.e.: a lot of unit test).
+ private static final boolean SYSTEM_HIDE_STACK_TRACES =
Review Comment:
done in latest commit
--
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]