Search Results

All Results 6979
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Wrong Apache Commons Lang3 library version added to module manifest
Issue We have a service builder module that uses Apache Commons Lang3. Our Liferay version uses Apache Commons Lang3 version 3.11. In our module, we have defined the dependency as follows inside the build.gradle:...
AWS S3: does Liferay support the x-amz-server-side-encryption header with server side encryption?
Issue I am using an S3 bucket as the store for our Documents and Media I have configured it with a Service Control Policy that requires encryption and the presence of the x-amz-server-side-encryption header, something like...
Getting error "Please enter valid content" when saving/updating a workflow
Issue I cannot save a workflow, I get error "Please enter valid content", possibly because there is something wrong in the workflow xml syntax. How can I get more specific information about what could be wrong the workflow...
'getRealUserId is not a function' when upgrading to 7.3 u6+
Issue When upgrading to 7.3 update 6+, some undesired behaviors occur and the console log shows the following error:  Uncaught TypeError: themeDisplay.getRealUserId is not a function Environment Liferay DXP 7.3 Update...
SAML IDP is unable to initiate SLO
Issue SAML Identity Provider is unable to initiate Single Log Out Notes 1. Set the different virtual hosts as below as an example 127.0.0.1www.bbb.com (For IDP) 127.0.0.1www.sp.com (For SP) 2. Using thetest...
Emojis are sanitized into Chinese characters
Issue Emojis are being sanitized when AntiSamy is enabled. A warning is thrown in the logs where the character codes are matching the previously written emoji: Could not execute JDBC batch update The emoji is...
Content Page changes are propagated when created using a Template
Issue Changes to Content Pages are automatically propagated when created using a Content Page Template. This conflicts with the intended behavior where edits made to Content Pages should not be propagated.  Environment DXP 7.3...
Elasticsearch error: This is not an HTTP port
Issue When configuring a remote Elasticsearch server the Search > Connections screen shows the error java.lang.RuntimeException: error while performing request. The logs show the message: Not a valid...
Breadcrumb in Display Page Template does not display the correct path
Issue When adding the BreadCrumb Widget in a Display Page Template (DPT) we can't configure it to display the correct path. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution Unfortunately, currently it is...
The alt attribute of an image fragment is set to the image title instead of the description
Issue When mapping a Documents and Media image to an image fragment, the alt attribute is set with the title of the image instead of the description. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution Update...
Cannot publish from Staging to Live from non-master nodes
Issue When performing a Staging publication from a cluster node that is not the master, the publish operation is not executed and an exception is written to the log file: 2022-08-11 22:15:28.704 ERROR [[ACTIVE]...
ThemeDisplay.getDevice(request) returns null or a dummy implementation
Issue Calling themeDisplay.getDevice(request) from a theme template returns null or a dummy implementation of Device interface Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution The classes which provided the...
Deploying Commerce Hotfix in Liferay PaaS
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue How to deploy a Commerce hotfix in Liferay PaaS?...
Importing web content structures with fieldset fails
Issue Import fails if a web content that contains fieldset in structure, is added in the LAR. Steps to Reproduce: Go to Content & Data --> Web Content --> Structures and create 3 structures like the following:...
All existing groups are imported from LDAP after logging in with a user
Issue After logging in with an LDAP user, all existing groups are imported from the LDAP server. In earlier versions (DXP 7.1 and DXP 7.2) only the groups to which the user has been assigned are...
Asset Publisher Loses Sorting by Custom Field
Issue The Asset Publisher loses sorting by custom fields when more than one type of structure is selected. This happens even if the structure fields of selected structure/templates are identical. Environment Liferay DXP...
Cryptography Encryption Algorithm used in Liferay
Issue Which algorithms are used as part of cryptography in standard Liferay implementation? What is key rotation approach? Environment Liferay DXP 7.1 Resolution Liferay DXP and Liferay Portal utilize...
Records are not removed from samlspsession table if the user closes the browser instead of logging out
Issue Records are not removed from `samlspsession` table if the user closes the browser instead of logging out. Steps to reproduce: 1. Setup two instances of Liferay to use SAML - one as IDP and one as SP....
Webdav slow when uploading bulk content
Issue When we upload a large number of files in a hierarchical directory structure, it takes a lot of time even if the file sizes are small.   Environment Liferay DXP 7.3   Resolution When a User uploads many...
Limited amount of elements in Forms
Issue We cannot create a form with over 28 elements, as when we attempt this scenario we are redirected back to the form list without any success and there is an error message is thrown in the logs.  ...