Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.1
-
None
Description
KMSClientProvider.call() validates the content type returned by going
"application/json".equalsIgnoreCase(conn.getContentType())
that's not going to work in all locales, not if upper case is being returned.