Gentics Portal.Node Changelog Summary

Gentics Portal.Node 4.7.4


Bugfix SUP-994

Portal Implementations using a GCNCasProxyAuthenticationServletFilter to authenticate requests against a CMS Server, responses with a status different from 200 were interpreted as being unauthenticated. This could cause unnecessary re-logins. Additionally, when an unauthenticated request was detected, the filter chain was invoked again, which could cause errors in some portal servers. The implementation of the filter has been changed to fix both issues.


Bugfix

The non-functional GenticsNavigationModule was removed.


Bugfix SUP-1610

The serveResource() methods of the GenticsContentPortlet and GenticsContentModule did not set the HTTP status of the response to 404, when the requested resource could not be found. This has been fixed.


Bugfix SUP-766

The event onSessionCreate was not triggered, if the first request to a new session was a resource request. This has been fixed now, also resource requests will trigger this event in case of a new session.


Gentics Portal.Node 4.7.3


Gentics Portal.Node 4.7.2


Bugfix SUP-799

The Administration Portlet did not work any more, due to an internal misconfiguration. This has been fixed now.


Bugfix SUP-715

Added missing documentation for session configuration on Apache Tomcat 7+.


Gentics Portal.Node 4.7.1


Bugfix SUP-415

The memory consumption while accessing attributes for objects from a multichannelling aware contenrepository has been reduced.


Gentics Portal.Node 4.7.0


The Portal.Node SDK Updatesite is now deprecated. Please take a look at the manual update guide for the Portal.Node SDK. The guide explains how to manually update your SDK Installation.
Additionally the Portal.Node Maven IDE Guide will explain how to use Portal.Node and Maven together. An example project has been created.


Enhancement

GCC: The following classes were moved from Gentics Content.Connector to Gentics Portal.Node in preparation for Gentics Content.Connector Release 2.0.0 which will no longer include the portalnode-lib dependency.

  • com.gentics.cr.template.PortalNodeTemplateManager
  • com.gentics.cr.util.PluggableActionCaller