获取 Jersey 中的真实请求字符串
我在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论