added test.user
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@95673 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4a37542321
commit
b22711104f
|
@ -108,14 +108,14 @@ public class WsUtil {
|
|||
|
||||
return session;
|
||||
|
||||
}else if(user.compareToIgnoreCase(TEST_USER)==0){
|
||||
|
||||
withoutPortal = true;
|
||||
|
||||
//COMMENT THIS IN PRODUCTION ENVIROMENT
|
||||
// }else if(user.compareToIgnoreCase("francesco.mangiacrapa")==0){
|
||||
// }else if(user.compareToIgnoreCase(TEST_USER)==0){
|
||||
//
|
||||
// withoutPortal = true;
|
||||
//
|
||||
// //COMMENT THIS IN PRODUCTION ENVIROMENT
|
||||
}else if(user.compareToIgnoreCase("francesco.mangiacrapa")==0){
|
||||
|
||||
withoutPortal = true;
|
||||
// END UNCOMMENT
|
||||
}else{
|
||||
|
||||
|
|
Loading…
Reference in New Issue