cryptoe opened a new pull request, #18404:
URL: https://github.com/apache/druid/pull/18404

   The PR: https://github.com/apache/druid/pull/17937 added new functionality 
to the sql query endpoints.
   
   
   
   
   A bug was introduced with this PR where a sql query request going to the 
router with content type parameters such as ` Content-Type: application/json; 
text/plain` will always fail.
   
   ```
   org.apache.druid.server.initialization.jetty.HttpException: Unsupported 
Content-Type: application/json; charset=UTF-8. Only application/json, 
text/plain or application/x-www-form-urlencoded is supported.
   ```
   
   This patch restores the correct original behavior. 
   
   
   


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

Reply via email to