【发布时间】:2019-10-02 08:51:35
【问题描述】:
我希望 Liferay 7.0 服务器在会话到期时重定向到默认页面。
会话到期时的预期结果 - Liferay 应该重定向到http://localhost/web/customportal/login
会话到期时的实际结果 - Liferay 正在重定向到 http://localhost/web/guest
我关注了这篇文章-https://dev.liferay.com/en/discover/portal/-/knowledge_base/7-1/general-settings
通过添加更新“portal-ext.properties”
default.logout.page.path=/web/customportal/login
auth.forward.by.last.path=true在控制面板 → 配置 → 实例设置中更新。
默认 注销页面 = /web/customportal/login
【问题讨论】:
标签: liferay-7