Fix Bug #20591 portlet calls in landing page have not UMA token set
This commit is contained in:
parent
4f402e1821
commit
2c45fb1549
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -4,22 +4,26 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v2.3.0] - 2021-04-12
|
||||
|
||||
- Fix Bug #20591 Keycloak-LR 6.2 Integration: portlet calls in landing page have not UMA token set
|
||||
|
||||
## [v2.2.1] - 2020-12-17
|
||||
|
||||
Added support for OIDC related communications
|
||||
- Added support for OIDC related communications
|
||||
|
||||
Fixed wrong token put in cache after refresh. Rationalized logs.
|
||||
- Fixed wrong token put in cache after refresh. Rationalized logs.
|
||||
|
||||
Ported to git
|
||||
- Ported to git
|
||||
|
||||
## [v2.1.1] - 2020-03-26
|
||||
|
||||
Small fix which checks if the current Liferay Site is a valid context and avoid to call auth if it is not
|
||||
- Small fix which checks if the current Liferay Site is a valid context and avoid to call auth if it is not
|
||||
|
||||
## [v2.1.0] - 2015-02-22
|
||||
|
||||
Added automatic injection of context and token of any AJAX calls
|
||||
- Added automatic injection of context and token of any AJAX calls
|
||||
|
||||
## [v2.0.0] - 2016-06-23
|
||||
|
||||
First release after switch to new liferay version (6.2.6)
|
||||
- First release after switch to new liferay version (6.2.6)
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>threadlocal-vars-cleaner</artifactId>
|
||||
<version>2.2.1</version>
|
||||
<version>2.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>threadlocal-vars-cleaner</name>
|
||||
<description>This component clean the Smartgears ThreadLocal variables each time a new Thread is assigned to a request from tomcat thread pool</description>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>maven-portal-bom</artifactId>
|
||||
<version>3.6.0</version>
|
||||
<version>3.6.1-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue