method getUsername in GWTdbManagerServiceImpl class to set the username to "database.manager" value for the statistical manager.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@99987 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Loredana Liccardo 2014-09-17 14:12:32 +00:00
parent 6b87523db1
commit 55549daaf3
1 changed files with 3 additions and 2 deletions

View File

@ -1626,8 +1626,9 @@ public class GWTdbManagerServiceImpl extends RemoteServiceServlet implements
}
private String getUsername() {
HttpSession httpSession = this.getThreadLocalRequest().getSession();
return SessionUtil.getUsername(httpSession);
// HttpSession httpSession = this.getThreadLocalRequest().getSession();
// return SessionUtil.getUsername(httpSession);
return "database.manager";
}
private String getScope() {