泽西岛日志过滤器的 Maven 依赖项

Posted

技术标签:

【中文标题】泽西岛日志过滤器的 Maven 依赖项【英文标题】:Maven dependecy for LoggingFilter in Jersey 【发布时间】:2018-12-02 17:18:24 【问题描述】:

对于 org.glassfish.jersey.filter.LoggingFilter 类,必须向 pom.xml 添加什么依赖项?我尝试从 org.glassfish.jersey.core 添加 artifactId jersey-common 和 jersey-client ,但不存在此类。

【问题讨论】:

如果它对你有价值,你能接受答案吗 【参考方案1】:

从 Jersey 2.23 开始,您应该使用 LoggingFeature 而不是 LoggingFilter(已在 Jersey 2.26 中删除)。确保您在类路径中有 jersey-common 工件。

详情请参阅documentation。

【讨论】:

以上是关于泽西岛日志过滤器的 Maven 依赖项的主要内容,如果未能解决你的问题,请参考以下文章

什么是泽西过滤器?

泽西响应过滤器

客户端响应过滤器读取实体问题(泽西)

javax servlet过滤器与泽西过滤器

带有泽西岛的 OPTIONS 请求上的 CORS 标头

CORS Java 服务器端实现