risdenk commented on code in PR #585: URL: https://github.com/apache/solr/pull/585#discussion_r1002852344
########## 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 73dd4f97955d6716e4ffb9a11c7debe696626443 -- 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