@org.omnifaces.cdi.ViewScoped invokes @PostConstruct on unload of an already destroyed view

你离开我真会死。 提交于 2019-12-07 11:33:25

It's fixed in OmniFaces 2.7.1 and 3.3.

The symptoms were caused by an explicit redirect which was initially in place in order to trigger any authentication framework which remembers the "last restricted request" to remember the correct request in case the session is expired. This has been fixed by sending the redirect only and only if the session is actually new.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!