Files
gerrit/gerrit-httpd
Changcheng Xiao 1746cee4d0 Account REST API: fix the key setting in RestApiServlet
The previous code creates a new PropertyKey both in RestApiServlet and
GetExternalIds. These two keys are actually different, which must be the
same to get the right external id.

Add a PropertyKey in CurrentUser to get the external id. It can't be added in
IdentifiedUser as the RestApiServlet will be called by anonymous users, too.

Change-Id: If1f4a31e3fc2c781c99aad786de4e741ee626e06
2017-01-16 09:04:53 +01:00
..
2016-09-20 13:19:15 +02:00
2016-12-07 11:33:07 +00:00