renatoh commented on PR #4370: URL: https://github.com/apache/solr/pull/4370#issuecomment-4412824808
At the moment I do not understand the scope of the issue since the only endpoint I found invoking org.apache.solr.jersey.MessageBodyReaders.CachingJsonMessageBodyReader#getDelegate is the one to create a collection on /api/collections All other calls to /api/... do not seem to call it, at least the once I've tried. I thing the reason why it is not use consistently might be caused by the priorities in: org.apache.solr.jersey.JerseyApplications So why wouldn't we want to use CachingJsonMessageBodyReader consistently is the question I do not understand. -- 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]
