-
Bug
-
Resolution: Obsolete
-
Medium
-
None
-
5.5.2
Encountered this issue when trying to give individual users permission to a space, the ajax request would return a npe.
Environment was a cluster setup upgraded from 5.2 while upgrading to issue/CONFDEV-25498 but this issue has been in production for over a year now.
we index personal information in PersonalInformationExtractor#addFields, USER_KEY is an optional field. PersonalInformationContentEntityBuilder#build causes NPE if that field is not defined
error:
2014-06-24 11:51:35,606 ERROR [http-16191-7] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: userkey
– url: /confluence/rest/prototype/1/search/user.json | userName: admin | referer: http://localhost:16191/confluence/spaces/editspacepermissions.action?key=AS&edit=Edit+Permissions
java.lang.NullPointerException: userkey
I could not reproduce this issue with the latest 5.9.x