reta commented on PR #2955:
URL: https://github.com/apache/cxf/pull/2955#issuecomment-4050498190

   > **FormUtils change**: The existing `isFormPostRequest` uses `equals()` to 
match the content type, but in practice the `Content-Type` header can include 
parameters like `application/x-www-form-urlencoded; charset=UTF-8`.
   
   Thanks @gnodet , to be fair seeing `charset=UTF-8`  with 
`application/x-www-form-urlencoded` would be somewhat strange since usage of 
this media type assumes the data is already urlencoded (== restricted 
encoding), or I am missing something? Thank you.


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