minor refactor
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/liferay62-plugins/login-hook@142204 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
20067b4281
commit
d4f20e3c23
2
pom.xml
2
pom.xml
|
@ -14,7 +14,7 @@
|
|||
<artifactId>login-hook</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>login-hook Hook</name>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.0</connection>
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
<p class="lead">We're sorry your application is not authorised by
|
||||
D4Science</p>
|
||||
<p style="color: red;">
|
||||
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
|
||||
</p>
|
||||
<%}
|
||||
String scope = queryMap.get(GET_SCOPE_PARAMETER);
|
||||
|
@ -67,13 +66,13 @@
|
|||
<p class="lead">We're sorry your application is not authorised by
|
||||
D4Science</p>
|
||||
<p style="color: red;">
|
||||
The client_id does not exist or something occurred in retrieving it
|
||||
from the Information System: (<%=clientId%>)
|
||||
</p>
|
||||
The client_id does not exist or something occurred in retrieving it
|
||||
from the Information System: (<%=clientId%>)
|
||||
</p>
|
||||
<%
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
page-url=http://www.gcube-system.org
|
||||
author=M. Assante
|
||||
licenses=EUPL
|
||||
|
|
Loading…
Reference in New Issue