The default version of portal-ext.properties has been updated to disable some additional functionality. These functions have been disabled in order to improve performance.
If you are not currently using any of these functions, then you will not be affected by this change.
If you are currently using any of these functions, then you can continue to use them. When you restore your own version of portal-ext.properties during the upgrade, your current settings will be restored.
Description | Entry in portal-ext.properties |
---|---|
Disables the Monitoring component of the Control Panel. | session.tracker.memory.enabled=false |
Prevents the style sheet from being updated for an individual component. Removes the Look and Feel menu option for components. | portlet.css.enabled=false |
Disables audit trails for compliance. | com.liferay.portal.servlet.filters.audit.AuditFilter=false |
Disables automatic logins, usually used for single sign-on. | com.liferay.portal.servlet.filters.autologin.AutoLoginFilter=false |
Removes support for CAS, NTLM, and OpenSSO single sign-on/authentication providers. | com.liferay.portal.servlet.filters.sso.cas.CASFilter=false
com.liferay.portal.servlet.filters.sso.ntlm.NtlmFilter=false com.liferay.portal.servlet.filters.sso.ntlm.NtlmPostFilter=falsecom.liferay.portal.servlet.filters.sso.opensso.OpenSSOFilter=false |
Removes support for exposing Liferay's Document Library from within Sharepoint or Microsoft Office. | com.liferay.portal.sharepoint.SharepointFilter=false |
Disables performance monitoring. | com.liferay.portal.servlet.filters.monitoring.MonitoringFilter=false |