[ 
https://issues.apache.org/jira/browse/SOLR-17286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891185#comment-17891185
 ] 

David Smiley commented on SOLR-17286:
-------------------------------------

It'd be wonderful to consider using Jetty's 
https://javadoc.jetty.org/jetty-12/org/eclipse/jetty/ee10/proxy/ProxyServlet.html
Not sure if we'd need to customize it any or how exactly to use a Servlet from 
within another Servlet.

> HttpSolrCall.remoteQuery (proxy) should use Jetty HttpClient
> ------------------------------------------------------------
>
>                 Key: SOLR-17286
>                 URL: https://issues.apache.org/jira/browse/SOLR-17286
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: David Smiley
>            Priority: Major
>              Labels: newdev
>
> There is Apache HttpClient usage in HttpSolrCall to do a "remote query".  It 
> should switch to Jetty HttpClient.
> Looking at the code details, I don't think 
> org.apache.solr.servlet.CoreContainerProvider#httpClient (the field and 
> getter here) needs to exist.  It's just a reference but it can be looked up 
> on-demand from the CoreContainer with less ceremony.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to