From d74cc320be428d7b36f91bef3511e2bef35493bc Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 11 May 2018 17:21:05 +0000 Subject: [PATCH] ref 11719: Add management of VREs to the NLPHub interface https://support.d4science.org/issues/11719 Fixed some issue on webapp: Errors of shared variables on servlets Added slf4j over the whole application and logs in nlphub.log Problem of checking nulls on arrays in Javascript Added the ability to retrieve the context and token from the RequestUri git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/nlphub@167443 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index fdcacd4..2f9cea9 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,4 +1,4 @@ -<%@ page import="org.gcube.data.analysis.nlphub.legacy.Constants" %> +<%@ page import="org.gcube.data.analysis.nlphub.shared.Constants" %>