risdenk commented on code in PR #585: URL: https://github.com/apache/solr/pull/585#discussion_r1002852298
########## solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java: ########## @@ -452,9 +457,6 @@ public void lifeCycleFailure(LifeCycle arg0, Throwable arg1) { gzipHandler.setHandler(chain); gzipHandler.setMinGzipSize(23); // https://github.com/eclipse/jetty.project/issues/4191 - gzipHandler.setCheckGzExists(false); - gzipHandler.setCompressionLevel(-1); - gzipHandler.setExcludedAgentPatterns(".*MSIE.6\\.0.*"); Review Comment: setCompressionLevel addressed in 22cfe1da7d3c9b88c5210447fb664957e29d3ee1 ########## solr/core/src/java/org/apache/solr/servlet/SolrRequestParsers.java: ########## @@ -670,9 +662,15 @@ public InputStream getStream() throws IOException { } } + public static boolean isMultipart(HttpServletRequest req) { + // Jetty utilities Review Comment: addressed in 7d799d816ddc70f17eff46368fa4e5048a9b3454 -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org