Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@86880 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-12 11:44:10 +00:00
parent 0c0c8cf946
commit 38872a12da
1 changed files with 2 additions and 10 deletions

View File

@ -158,17 +158,9 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements TDGWTServi
*/
@Override
public TabResource getTabResourceInformation() throws TDGWTServiceException {
HttpSession session = this.getThreadLocalRequest().getSession();
return getTabulaResourceInformationForHttpSession(session);
}
public TabResource getTabResourceInformation(HttpSession session) throws TDGWTServiceException {
return getTabulaResourceInformationForHttpSession(session);
}
private TabResource getTabulaResourceInformationForHttpSession(HttpSession session) throws TDGWTServiceException{
try {
HttpSession session = this.getThreadLocalRequest().getSession();
//ASLSession aslSession = SessionUtil.getAslSession(session);
TabResource currentTR = SessionUtil.getTabResource(session);