2016年4月6日 | Leave a comment 问题: 用jQuery post 调用jersey 实现的rest 接口 报错: java.lang.IllegalStateException: The @FormParam is utilized when the content type of the request entity is not application/x-www-form-urlencoded 解决: 是自定义 filter 里边 出错了引起 jersey 解析不出来数据 参考: