Liferay 6.2 CE-GA6 make NTLM work for chrome and firefox?

有些话、适合烂在心里 提交于 2019-12-25 11:04:26

问题


I have configured NTLM for single sign on in my application which is working fine on Internet Explorer but not on chrome and firefox.There is a restriction in Liferay source code which restricts NTLM only for IE. Is there any way I can remove that restriction?

Note: Chrome and Firefox themselves support NTLM, it is Liferay side issue.Also asked this question here


回答1:


After looking in a source code i think, you can just remove BrowserSnifferUtil.isIe(request) condition from if statements in NtlmFiler.java and form NtlmPostFilter.java. Create ext plugin and make changes



来源:https://stackoverflow.com/questions/45877164/liferay-6-2-ce-ga6-make-ntlm-work-for-chrome-and-firefox

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