From 77071dc4ba4e5b9c75ec51571ff64c75af7ccb91 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Tue, 17 Jan 2017 16:27:44 +0000 Subject: [PATCH] added method PortalContext.setUserInSesssion for allowing custom servlet to read the current user, removed portal delegate git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portal/portal-manager@141610 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/java/org/gcube/common/portal/PortalContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/common/portal/PortalContext.java b/src/main/java/org/gcube/common/portal/PortalContext.java index 8397c2e..044ab39 100644 --- a/src/main/java/org/gcube/common/portal/PortalContext.java +++ b/src/main/java/org/gcube/common/portal/PortalContext.java @@ -141,7 +141,7 @@ public class PortalContext { /** *

* Please note that this method works with AJAX calls only (i.e. XMLHttpRequest to exchange data with a server behind the scenes). - * If you use standard http servlet GET or POST to exchange data with a server, you must call the methos PortalContext#setUserInSession in your portlet doView method. + * If you use standard http servlet GET or POST to exchange data with a server, you must call the method PortalContext#setUserInSession in your portlet doView method. * *

*