javaee / jersey

This is no longer the active Jersey repository. Please see the README.md
http://jersey.github.io
Other
2.86k stars 2.35k forks source link

oauth1-server excluding all 'application/x-www-form-urlencoded' requests with Content-Type parameters from OAuth1 signature base string #3185

Open glassfishrobot opened 9 years ago

glassfishrobot commented 9 years ago

There is an issue with the oauth1-server package that is not treating requests with a content type like application/x-www-form-urlencoded; charset=UTF-8.

Affected Versions

[2.0]

glassfishrobot commented 9 years ago

Reported by fkrauthan

glassfishrobot commented 9 years ago

fkrauthan said: I've created a pull request to fix this issue: https://github.com/jersey/jersey/pull/181

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JERSEY-2913