git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/portal-auth-library@162762 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2018-01-30 16:29:00 +00:00
parent 7166e6ca0c
commit e54f61343c
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.portal.auth</groupId>
<artifactId>portal-auth-library</artifactId>
<version>1.0.1</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>portal-auth-library</name>

View File

@ -60,7 +60,7 @@ public class AuthUtil {
String encodedClientId = URLEncoder.encode(clientId, "UTF-8").replaceAll("\\+", "%20");
String icproxyEndPoint = PortalContext.getICProxyEndPoint();
String callToICProxy = new StringBuilder(icproxyEndPoint)
.append("/Resource/")
.append("/")
.append(encodedClientId)
.toString();