-
Type:
Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: 7.0.X, Master
-
Fix Version/s: None
-
Component/s: Application Security
-
Labels:
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
Description
When log off from Liferay, "ArrayIndexOutOfBoundsException" will be occurred, if "Token Based SSO" enable with using "Logout Redirect URL".
Steps to reproduce
- Setup Liferay and install DE-39
- Login as administrator(test@liferay.com)
- Navigate to Control Panel > Configration > System Settings
- Search "SSO" and select "Token Based SSO" from the result
- Check on "Enable" and input "/web/guest" to "Logout Redirect URL" field and click "Update"
- Sign out from Liferay
Actual result
The following error is thrown.
2018-02-26 07:51:30.138 ERROR [http-nio-8080-exec-8][TokenLogoutAction:116] java.lang.ArrayIndexOutOfBoundsException: 1
(please refer attached "error_log_20180226.txt")
Expected result
No error is thrown.
Reproduced in
DE-39
7.0.x: 6466d770c6fb99957bd4e304c2b84cbdb1dbd407
master: 6aa36cce06690332583c3f2fbd311a361dea48cd
- duplicates
-
LPS-78277 When log off from Liferay, "ArrayIndexOutOfBoundsException" will be occurred, if "Token Based SSO" enable with using "Logout Redirect URL".
- Closed