获取 Jersey 中的真实请求字符串

发布于 2024-11-10 00:02:14 字数 226 浏览 2 评论 0原文

我在使用 Jersey 实现一种奇怪的规范时遇到了一些麻烦,如果我可以获得原始请求字符串,这会对我有所帮助。

基本上,规范要求以 ? 结尾的请求。和 ??要单独处理,但据我所知,UriInfo 不会返回请求字符串,而是返回一个 URI 对象,该对象会截断最后一个 ?离开。所以我无法区分以 1 结尾的请求?从那些最终没有结果的人中。

知道如何获取原始请求字符串吗?或者我应该放弃并使用原始 Servlet?

I'm having some trouble implementing a sort of oddball spec using Jersey, and it would help me if I could get the raw request string.

Basically the spec calls for requests that end in ? and ?? to be processed separately, but from what I can tell, UriInfo doesn't give you a request string back, but a URI object, which chops the last ? off. So I can't distinguish requests that ended in one ? from those that ended in none.

Any idea how I would go about getting the raw request string? Or should I just give up and use a raw Servlet?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文