Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Jersey 和 Embedded-Tomcat 开发了 REST 服务器。
当我的客户端使用 Jersey 向我的服务器发送请求并添加其值为 UTF-8 编码的请求参数时,我收到在服务器端解码的参数。
我的问题是,谁负责解码这个参数?是tomcat吗?球衣? 我可以禁用此功能吗?
服务器容器负责解码请求参数。你不能禁用它