在JSP中,想要使用pageContext.forward并处理结果
我正在尝试将 JSP 页面注入到未命名的企业 Web 应用程序中,以获取 servlet 提供的 SSO 令牌的值。目标是重定向回引荐来源网址。用户不必输入任何登录信息,因为这是通过 Kerberos 和 http 请求的协商标头完成的。
我现在采取的方法是使用
pageContext.forward("logon");
将请求转发到登录 servlet 并获取令牌,但我不知道此后该做什么。
令牌以元素内的 CDATA 形式存在。在返回推荐人之前,我需要对转发结果进行一些处理,但不知道如何处理。任何帮助将不胜感激。
I'm trying to inject a JSP page into an unnamed enterprise web-application to get the value of a SSO token provided by a servlet. The goal is to redirect back to the referrer. The user does not have to enter any logon information, as this is done with Kerberos and the negotiate header of the http request.
The approach i'm taking now is using
pageContext.forward("logon");
to have the request forwarded to the logon servlet and get the token, but am at a loss as to what to do after this.
The token is in the form of CDATA inside a element. I need to do some processing on the result of my forward before returning to the referrer, but am at a loss as to how. Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论