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>
|
<artifactId>login-hook</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>login-hook Hook</name>
|
<name>login-hook Hook</name>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.1.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.0</connection>
|
<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
|
<p class="lead">We're sorry your application is not authorised by
|
||||||
D4Science</p>
|
D4Science</p>
|
||||||
<p style="color: red;">
|
<p style="color: red;">
|
||||||
The client_id does not exist or something occurred in retrieving it
|
Please check that you are passing all the required parameters for you application
|
||||||
from the Information System: (<%=clientId%>)
|
|
||||||
</p>
|
</p>
|
||||||
<%}
|
<%}
|
||||||
String scope = queryMap.get(GET_SCOPE_PARAMETER);
|
String scope = queryMap.get(GET_SCOPE_PARAMETER);
|
||||||
|
@ -67,13 +66,13 @@
|
||||||
<p class="lead">We're sorry your application is not authorised by
|
<p class="lead">We're sorry your application is not authorised by
|
||||||
D4Science</p>
|
D4Science</p>
|
||||||
<p style="color: red;">
|
<p style="color: red;">
|
||||||
The client_id does not exist or something occurred in retrieving it
|
The client_id does not exist or something occurred in retrieving it
|
||||||
from the Information System: (<%=clientId%>)
|
from the Information System: (<%=clientId%>)
|
||||||
</p>
|
</p>
|
||||||
<%
|
<%
|
||||||
clientNotAuthorised = true;
|
clientNotAuthorised = true;
|
||||||
System.out.println(
|
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);
|
+ clientId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
name=login-hook
|
name=login-hook
|
||||||
module-group-id=liferay
|
module-group-id=liferay
|
||||||
module-incremental-version=1
|
module-incremental-version=2
|
||||||
tags=
|
tags=
|
||||||
short-description=
|
short-description=
|
||||||
change-log=
|
change-log=
|
||||||
page-url=http://www.liferay.com
|
page-url=http://www.gcube-system.org
|
||||||
author=Liferay, Inc.
|
author=M. Assante
|
||||||
licenses=LGPL
|
licenses=EUPL
|
||||||
|
|
Loading…
Reference in New Issue