开发者

How to get the current HttpServletResponse in JBoss 4.2.3.GA login module

How can I get the current HttpServletResponse in JBoss 4.2.3.GA login module?

For HttpServletRequest I can do:

PolicyContext.getContext("javax.servlet.http.HttpServletRequest");

Have tried changing the string but no luck, an exception is thrown.

Is there any way to get the current 开发者_如何学CHttpServletResponse in JBoss 4.2.3.GA login module?


I probably don't understand the question at all, but when you want to affect a request or response that some other Servlet is going to handle, isn't that the function of ServletFilters? A ServletFilter put on the servlet handling the login has access to both the ServletRequest and the ServletResponse.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜