apifest / apifest-oauth20

ApiFest OAuth 2.0 Server - API security. The ApiFest OAuth 2.0 Server Java implementation of OAuth 2.0 protocol
http://apifest.com
69 stars 44 forks source link

[Issue #66] Skip converting the body of a request to String #67

Closed spiwn closed 8 years ago

spiwn commented 9 years ago

Skip converting the body of a request to String before reading it.

Also do not create an object mapper on every call.