-
Bug
-
Resolution: Done
-
Major
-
7.1.0.GA, 7.1.1.GA
-
- Red Hat Decision Central 7.1.0/7.1.1
- Windows
-
Release Notes
-
-
-
-
-
-
CR1
-
-
-
-
2019 Week 20-22, 2019 Week 23-25, 2019 Week 26-28, 2019 Week 29-31, 2019 Week 32-34, 2019 Week 41-43 (from Okt 7), 2019 Week 44-46 (from Okt 28)
Decision Central is configured to authenticate using corporate LDAP(Windows Active Directory) . When I try to login Decision Central with my corporate account like 'DOMAIN\winuser' (i.e. special character '\' is included in login account.), login succeeds but the following error appears on the GUI.
~~~
Unable to complete your request. The following exception occurred: org.ext.uberfire.social.activities.persistence.SocialUserCachePersistence$ErrorCreatingOrRetrievingUserData.
~~~
and the following exception appears in server.log.
~~~
2018-12-17 13:55:20,932 ERROR [stderr] (default task-18) java.lang.RuntimeException: org.eclipse.jgit.dircache.InvalidPathException: Invalid path: social-files/DOMAIN\winuser^M^M
...
2018-12-17 13:55:21,073 ERROR [stderr] (default task-18) Caused by: org.eclipse.jgit.errors.CorruptObjectException: name contains '\'^M^M
2018-12-17 13:55:21,073 ERROR [stderr] (default task-18) at org.eclipse.jgit.lib.ObjectChecker.scanPathSegment(ObjectChecker.java:700)^M^M
2018-12-17 13:55:21,073 ERROR [stderr] (default task-18) at org.eclipse.jgit.lib.ObjectChecker.checkPathSegment(ObjectChecker.java:783)^M^M
2018-12-17 13:55:21,073 ERROR [stderr] (default task-18) at org.eclipse.jgit.lib.ObjectChecker.checkPath(ObjectChecker.java:769)^M^M
2018-12-17 13:55:21,073 ERROR [stderr] (default task-18) at org.eclipse.jgit.util.SystemReader.checkPath(SystemReader.java:373)^M^M
2018-12-17 13:55:21,073 ERROR [stderr] (default task-18) at org.eclipse.jgit.dircache.DirCacheEntry.checkPath(DirCacheEntry.java:757)^M^M
2018-12-17 13:55:21,073 ERROR [stderr] (default task-18) ... 87 more
~~~
This happens only on Windows but not on RHEL/Linux.
- clones
-
AF-1768 Errors on Windows when login user account contains special character
- Resolved