snazy opened a new issue, #616:
URL: https://github.com/apache/polaris/issues/616

   ### Describe the bug
   
   
`org.apache.polaris.service.dropwizard.PolarisApplication.ContextResolverFilter#doFilter`
 calls `jakarta.servlet.ServletRequest#getParameterMap`, which is documented to 
_trigger the parsing of the query string, POSTed form data where the request 
body has content type is  application/ x-www-form-urlencoded` ..._ , which 
means to consume the HTTP request body. Consuming the request body that early 
in a `Filter` can break other endpoints/servlets that parse the body on their 
own.
   
   ### To Reproduce
   
   _No response_
   
   ### Actual Behavior
   
   _No response_
   
   ### Expected Behavior
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### System information
   
   _No response_


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

Reply via email to