https://bz.apache.org/bugzilla/show_bug.cgi?id=60649
--- Comment #3 from Felix Schumacher <[email protected]> --- The patch will only work for the simplest case. It might even not work for base64 coded data. But the problem only arises, when no or the default content-type is used. My hope is, that clients sending JSON will use the correct content-type. Another possible solution would be to check whether the body data starts with a regex like "(?i)[a-z0-9_.-]{30}=.", assuming that keys are not too long and consists of only 'simple' characters. But that seems even less fool- or fail-proof. -- You are receiving this mail because: You are the assignee for the bug.
