How to fix Jersey POST request parameters warning?

后端 未结 9 924
暗喜
暗喜 2020-12-08 06:50

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,

9条回答
  •  情书的邮戳
    2020-12-08 07:23

    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.

提交回复
热议问题