revert
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:
parent
7166e6ca0c
commit
e54f61343c
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.portal.auth</groupId>
|
<groupId>org.gcube.portal.auth</groupId>
|
||||||
<artifactId>portal-auth-library</artifactId>
|
<artifactId>portal-auth-library</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>portal-auth-library</name>
|
<name>portal-auth-library</name>
|
||||||
|
|
|
@ -60,7 +60,7 @@ public class AuthUtil {
|
||||||
String encodedClientId = URLEncoder.encode(clientId, "UTF-8").replaceAll("\\+", "%20");
|
String encodedClientId = URLEncoder.encode(clientId, "UTF-8").replaceAll("\\+", "%20");
|
||||||
String icproxyEndPoint = PortalContext.getICProxyEndPoint();
|
String icproxyEndPoint = PortalContext.getICProxyEndPoint();
|
||||||
String callToICProxy = new StringBuilder(icproxyEndPoint)
|
String callToICProxy = new StringBuilder(icproxyEndPoint)
|
||||||
.append("/Resource/")
|
.append("/")
|
||||||
.append(encodedClientId)
|
.append(encodedClientId)
|
||||||
.toString();
|
.toString();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue