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

ASF subversion and git services commented on SOLR-16723:
--------------------------------------------------------

Commit 2e6715a2d6d22bcfaef52e5cfc2fb516d84fa766 in solr's branch 
refs/heads/main from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=2e6715a2d6d ]

SOLR-16723: Http2SolrClient should not use Apache Http client classes (#1503)



> Http2SolrClient should not use Apache Http client classes
> ---------------------------------------------------------
>
>                 Key: SOLR-16723
>                 URL: https://issues.apache.org/jira/browse/SOLR-16723
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrJ
>    Affects Versions: 9.2
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Minor
>             Fix For: main (10.0)
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> @elyograg pointed out that Http2SolrClient has Apache Http Client class in 
> use and it shouldn't be needed since Http2SolrClient is Jetty client based.
> https://lists.apache.org/thread/vz6gldbdq0gylncpwsoshfvlvns4kqv8
> Based on some digging, this was introduced here - 
> https://github.com/apache/solr/commit/8efed0555898f485d435d53a72cb6441507d81e1#diff-db379c74efc9ff28acfd7571b07e16dbcdaa510783f2bee835b4a288927b5b3d
> It looks like it inadvertently copied from HttpSolrClient.java and used 
> ContentType.parse(ct).getMimeType() instead of 
> MimeTypes.getContentTypeWithoutCharset(ct).



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to