diff --git a/pom.xml b/pom.xml index d8363c8..fc90432 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ login-hook war login-hook Hook - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.0 diff --git a/src/main/webapp/META-INF/custom_jsps/html/portlet/login/RequestingApplication.jsp b/src/main/webapp/META-INF/custom_jsps/html/portlet/login/RequestingApplication.jsp index 79c1f65..c283710 100644 --- a/src/main/webapp/META-INF/custom_jsps/html/portlet/login/RequestingApplication.jsp +++ b/src/main/webapp/META-INF/custom_jsps/html/portlet/login/RequestingApplication.jsp @@ -25,8 +25,7 @@

We're sorry your application is not authorised by D4Science

- The client_id does not exist or something occurred in retrieving it - from the Information System: (<%=clientId%>) + Please check that you are passing all the required parameters for you application

<%} String scope = queryMap.get(GET_SCOPE_PARAMETER); @@ -67,13 +66,13 @@

We're sorry your application is not authorised by D4Science

- The client_id does not exist or something occurred in retrieving it - from the Information System: (<%=clientId%>) -

+ The client_id does not exist or something occurred in retrieving it + from the Information System: (<%=clientId%>) +

<% clientNotAuthorised = true; System.out.println( - "The client_id does not exist or something occurred in retrieving it from IS: " + "Please check that you are passing all the required parameters: clientId=" + clientId); } } diff --git a/src/main/webapp/WEB-INF/liferay-plugin-package.properties b/src/main/webapp/WEB-INF/liferay-plugin-package.properties index 04165c7..537f60f 100644 --- a/src/main/webapp/WEB-INF/liferay-plugin-package.properties +++ b/src/main/webapp/WEB-INF/liferay-plugin-package.properties @@ -1,9 +1,9 @@ name=login-hook module-group-id=liferay -module-incremental-version=1 +module-incremental-version=2 tags= short-description= change-log= -page-url=http://www.liferay.com -author=Liferay, Inc. -licenses=LGPL \ No newline at end of file +page-url=http://www.gcube-system.org +author=M. Assante +licenses=EUPL