【发布时间】:2018-09-23 02:17:02
【问题描述】:
我们可以从 WebSphere 门户中的自定义过滤器重定向到主页或登录页面吗?当我尝试使用 httpResponse.sendRediect("") 进行重定向时,它会给出错误提示响应已提交并显示空白页。
【问题讨论】:
标签: websphere websphere-portal
我们可以从 WebSphere 门户中的自定义过滤器重定向到主页或登录页面吗?当我尝试使用 httpResponse.sendRediect("") 进行重定向时,它会给出错误提示响应已提交并显示空白页。
【问题讨论】:
标签: websphere websphere-portal
您可以通过实施 ImplocitLoginFter、ExplicitLoginFilter、SessionTimeoutFilter 等身份验证过滤器来做到这一点。
【讨论】: