I\'m building a very simple REST API using Jersey, and I\'ve got a warning in my log files that I\'m not sure about.
WARNING: A servlet POST request,
The following thread describes the warning you are receiving. It sounds as though you might have a filter defined in your web.xml that is processing the request before Jersey does.