Fixed ASLSession variable
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84752 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
81b6a38365
commit
cee14f4964
|
@ -740,7 +740,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
|||
}
|
||||
logger.info("Session:" + session.getId());
|
||||
|
||||
ASLSession aslSession = SessionUtil.getAslSession(session);
|
||||
aslSession = SessionUtil.getAslSession(session);
|
||||
if (aslSession == null) {
|
||||
throw new TDGWTServiceException(
|
||||
"Error retrieving the asl session: null");
|
||||
|
|
Loading…
Reference in New Issue