From 10313013e84bf46398477acd87d02ac3885db39f Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Mon, 3 May 2021 12:30:47 +0200 Subject: [PATCH] just updated the message session is null --- CHANGELOG.md | 2 +- pom.xml | 4 ++-- .../gcube/portal/threadlocalexec/SmartGearsPortalValve.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a18d4c8..ff92196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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 +## [v2.3.0-SNAPSHOT] - 2021-04-12 - Fix Bug #20591 Keycloak-LR 6.2 Integration: portlet calls in landing page have not UMA token set diff --git a/pom.xml b/pom.xml index a6ac47d..66e6225 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.portal threadlocal-vars-cleaner - 2.3.0 + 2.3.0-SNAPSHOT jar threadlocal-vars-cleaner This component clean the Smartgears ThreadLocal variables each time a new Thread is assigned to a request from tomcat thread pool @@ -32,7 +32,7 @@ org.gcube.distribution maven-portal-bom - 3.6.1 + 3.6.1-SNAPSHOT pom import diff --git a/src/main/java/org/gcube/portal/threadlocalexec/SmartGearsPortalValve.java b/src/main/java/org/gcube/portal/threadlocalexec/SmartGearsPortalValve.java index a67f742..4ad1499 100644 --- a/src/main/java/org/gcube/portal/threadlocalexec/SmartGearsPortalValve.java +++ b/src/main/java/org/gcube/portal/threadlocalexec/SmartGearsPortalValve.java @@ -78,7 +78,7 @@ public class SmartGearsPortalValve extends ValveBase { OIDCUmaUtil.checkUMATicketAndProvideInThreadLocal(request, (HttpServletResponse) resp, user, session, scope); } else { - _log.debug("Session is null, cannot continue"); + _log.debug("Session is null, cannot continue with OIDC/UMA checks"); } //_log.trace("Security token set OK for " + username + " in scope " + scope);