This warning is related to the fact that we have several things happen before Jersey is executed (most notably the authenticator) which consume the request entity in the case of a form urlencoded request. This is actually not new and all the resources potentially impacted by this have workarounds to go through the Servlet parameters when the entity is empty.
Unfortunately, because of the authenticators, we cannot really hope to fully have Jersey executed in a clean environment. |
|