markrmiller commented on pull request #585:
URL: https://github.com/apache/solr/pull/585#issuecomment-1074584006


   Okay, I had missed in the patch you passed me how you proposed dealing with 
the toolchain dep issue - just using that instead of servlet-api - that seems 
fine to me.
   
   I spent a bit of time on the 0 byte inputstream issue, but in the end, I 
think your approach is likely fine to start with - given that it works in the 
case that we currently know causes an issue, and if it stopped working for that 
case, tests would fail, I've come to think this solution is fine until we find 
it not to be.
   
   This cleanup push that just went up includes a couple required changes to 
jetty config that I had forgotten are required and introduce the biggest 
upgrade issues a user would face - the existing config will not work. There is 
a fix required in the main jetty xml config where the rewrite handler is 
referenced by id instead of refid - that fails on jetty 10. And there is gzip 
config that references methods that are now removed and for the most part 
without replacement. They have to be changed.


-- 
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

Reply via email to