Search Results

All Results 65
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
What to expect if the company.default.home.url is set as "/"
Issue This article provides a high-level overview of what to expect if the company.default.home.url is set as /. Environment Liferay DXP with sites or instances with multiple virtual hosts Resolution Let's say that your Liferay DXP instance has the following setup: Two sites with the...
Object Mapping: No object 'type' for an upload field
Issue Having created a new object, we can then create a new field. This example shows a new field for 'date' and is assigned the Type* Date When creating a field for a file upload, there is no applicable Type* that may be assigned. Environment DXP 7.4 Resolution This is currently being...
After a failed CAPTCHA forgot password submission, the 'Text verification failed' alert persists after refreshing the page
Issue The screen name/email address field value is not removed from the page after refreshing the page after an invalid 'forgot password' CAPTCHA attempt, and the 'Text verification failed' alert persists. Steps to Reproduce 1. Start Liferay 7.2 2. Click on the login link, then select...
Deleting pages from Live site is allowed
Issue Regardless of who created the page, the Admin user or any site owner role needs to be able to control its deletion on the live site. Steps to reproduce: 1. Startup Liferay DXP 7.2 2. Enable remote staging and create a public page (Test Page) on the local site. 3. Publish page from...
Search result redirects to wrong page when there are multiple pages configured with Document and Media Portlet
Issue Search result redirects to wrong page when there are multiple pages with Document and Media Portlet configured for showing individual folders. Steps to reproduce: 1. Create three folders in Document and Media and add some files to each of them. 2. Create three pages on the site. 3....
Unable to distinguish the categories in Category Facet
Issue All the categories added to the product are shown in the categories facet.  User is unable to show the categories in category facet according to their choice. Environment Liferay DXP 7.3 Commerce 3.0 Resolution As this can be an important feature, the feature request is already...
Page permissions are not getting reflected while creating the pages with copy page option.
Issue Create a page like Ad Campaign. Apply for permission on the page by using the Permission option in the action of the page. Create a page (Ad Campaign Copy) by choosing the option Copy page from the action of the Ad Campaign page. Give the name of the page and create it. Open the...
Ability to delete Page directly from the page edit
Issue How to delete a page from the edit/configure option on the page or directly from the page when viewing it. When viewing a page in Liferay Portal 6.2, there was a delete button on the side menu. Users can only delete a Page in Liferay DXP 7.2 via the Site Builder > Pages menu, where...
Widget permissions aren't available on Content pages
Issue After upgrading from 6.2 to 7.2 version, when we try to modify the permissions of a widget used on a page, we don't have this option available (as we had in 6.2). This problem happens only for Content Pages. For Widget Pages you can still modify widget permissions. Environment...
Can I change the font and font size in the CKEditor of web content?
Issue Cannot set up the font and font size in the CKEditor Environment Liferay DXP 7.3 Resolution In DXP 7.3, there is no UI option to change font and font size in the CKEditor of web content by default. This is because the default CKEditor itself doesn't support setting font and size of...
I cannot add more than one resource into fragments
Issue When I try to add multiple files in the Resources section of the fragment using Drag & Drop, the portal only adds the first one. How do I upload several resources into fragments? Environment Liferay DXP 7.3 Resolution Unfortunately, currently it is not possible to upload more than...
Which is the most convenient tooling to create and build new themes?
Issue It is common among users being in doubt about which is the most suitable way to create and build new themes. Two main ways of doing this are available: Using Liferay Blade or Liferay Developer Studio, which will use Gradle or Maven tasks in turn. Using the Liferay Theme Generator,...
Content Page image lost after changing site's default language
Issue After changing the default language on a site and checking content fragments that include images, the content on existing pages is not displayed anymore if we change the translation. Environment DXP 7.2 DXP 7.3 Resolution This is the expected default behavior because every...
Behavior change in searches for partial matches when using Elasticsearch 7
Issue The behavior for searches by a prefix on the content fields has changed. It continues working if you search by title fields. For example, if you have a content field with the "legal" word on it and you search the "leg" prefix, the behavior changes as With Elasticsearch 6: The...
Can Multi-Factor Authentication (MFA) be set for specific roles only?
Issue We want to set up MFA for Administrators only. Is this possible with Liferay out-of-the-box? Can we target specific users to sign in using multi-factor authentication? Environment DXP 7.4 DXP 7.3 DXP 7.2   Resolution Liferay's out-of-the-box functionality for MFA is binary in its...
Internet Browsers Supported by Liferay Help Center
The Liferay Help Center has been tested with the browsers listed below. Older browsers can still be used, but newer features may not look or work as intended. We recommend that you always use the current version of a browser. Most browsers provide an option for automatic updates....
URL length modification / restriction
Issue Sometimes we need to modify or restrict the length or URL Liferay generates ( for example for security custom solutions ) but Liferay has no out of the box solution for that. Environment DXP 7.2 Resolution The invoke filter handles the topic. The limit is 4000 chars and it can be...
How to enable CSRF Token in Liferay?
Issue How to enable CSRF Token in order to prevent CSRF attacks in Liferay? Environment Liferay DXP 7.2 Resolution Liferay's p_auth token protects against CSRF and is enabled by default. Here is the main code that handles the CSRF...
dtSa cookies containing special characters
Issue As dtsa cookies are detected, are these cookies URLs cause for concern? Is there any information concerning these cookies in relation to Liferay? Use Case: As Liferay generated dtSa cookies contain the characters '||',  the user wants to whitelist them. Also, if special characters...
How to configure the default timeout value to any value instead of having it capped at 500ms
Issue The default library timeout until Liferay DXP 7.2 fix pack dxp-3 is 250ms. The default library timeout since Liferay DXP 7.2 fix pack dxp-4 is 500ms.  Use Case: The user would like to be able to set/configure the default timeout value to whatever they want instead of having it...
A new version file is created for each slight modifications
Issue Is it possible to change the attribute of a file version without creating a new one? Environment Liferay DXP 7.0 Resolution Document and Media Portlet is designed to create a new file version whenever a file attribute changes.  Concerns with this design have been already raised,...
Do we need gzip for images?
Issue When retrieving images from Liferay server, gzip is not enabled. Environment DXP 7.0+ Resolution As images are already compressed, using gzip on them won't provide any additional benefit, and can actually make them larger., content:...
UserTrackerPath entries limitation in clustered environment
Issue Track user visited paths in a clustered environment. Environment Clustered environment with the following properties enabled to use Live Users and Session Tracker: live.users.enabled=true session.tracker.memory.enabled=true session.tracker.persistence.enabled=true...
Adding a custom item into the journal article drop-down menu (web content drop-down menu)
Issue Within the drop-down menu for Web Content, is there a way to configure my own custom items?  The example for Document Library seen in this blog utilizes the DLDisplayContextFactory extension point. Is there an equivalent for Web Content? Environment DXP 7.3 Resolution There is no...
How can the p_auth authorization token be generated?
Issue Liferay protects itself against CSRF attacks by generating the p_auth authorization token. How can this token be created? Environment DXP 7.0, 7.1, 7.2, 7.3 Resolution When "auth.token.check.enabled=true" is set in portal-ext.properties, the auth token (p_auth value) is generated...
SessionTracker in clustered environment
Issue Session Tracker cannot be used to track visited paths among cluster nodes. Environment Clustered environment with two or more nodes. Resolution Session Tracker doesn't support tracking visited paths when two or more nodes are up. Only visited paths in the master node will be saved....
Alerts appearing on every site, even when Distribution Scope set to a specific site
Issue When using the Alerts widget, even when the Distribution Scope for an Alert is set to a specific site, the Alert appears on every site that the user visits. Also, guest users visiting the site specified in the Distribution Scope do not see the Alert. Environment Liferay DXP 7.3...
Cross Site Scripting Vulnerability report on refererPlid or other parameters
Issue During a penetration test, a Cross Site Scripting Vulnerability may be reported, indicating that you can inject a script into the refererPlid parameter or into the _com_liferay_login_web_portlet_LoginPortlet_mvcRenderCommandName parameter.   Environment Liferay DXP 7.3   Resolution...
Accessing the phone camera on button click event in phone's web browser.
Issue How to access the phone camera on a button click event in the phone's web browser? Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Resolution Liferay doesn't have any OOTB feature or configuration in order to fulfill this business-specific requirement. This might be...
Is it possible for Liferay to use Ruby Scripting to download a file from the Document Library?
Issue To establish a system that accepts images and allows for a review process. The images will finally be saved in a folder in the site's document library. The user wished to use a ruby script to get the images from this folder. Environment Liferay DXP 7.2 Resolution Ruby was...
The HTML tags are added by the editor when editing content in the Content editor
Issue When editing content in the Content editor, the HTML tags are being added by the editor. Steps to Reproduce: 1. Login to Liferay 7.1 as Liferay Admin 2. Navigate to Control Panel -> Announcements and Alerts 3. Click on -> Enter title 4. For content -> select Code view </> -> Enter...
Information is not save in detail tab product configuration
Issue After adding the information in detail tab, without saving move to another tab the information is lost in detail tab. Environment Liferay DXP 7.3 Commerce 3.0 Resolution As this can be an important feature, the feature request is already opened and can be tracked here...
Is it possible to set up multiple git branch/Liferay PaaS environment pairs for automatic deployment?
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue In this Liferay PaaS Documentation, I see that it's possible to automatically deploy successful builds from a specific git branch to...
Asset publisher's auto scroll should be configurable
Issue When clicking on an asset shown in an Asset Publisher, the asset's content can be configured to show the content in the same portlet or in a default one. In either case, the page will scroll to where the asset publisher is if it's located downwards in the page. Reproduction Steps:...
Live pages do not take the default value of a page custom field created in Live
Issue With remote Staging enabled, I have created a page custom field with different default values in Staging and Live. After publishing from Staging to Live, the value of the custom field on the Live pages do not take the default value of the custom field created in Live. Environment...
Localized category not found via auto complete
Issue Some categories are created, then they are localized by adding translations to them. While using Liferay in the target language, if you start typing the localized category, e.g. in the Web Content Editor's Metadata section, the category will not be displayed automatically, the auto...
Impersonation Security concerns
Issue Impersonation is a powerful feature of Liferay. This article serves to answer the following questions regarding its security.  Who triggers the impersonation request? How long that kind of access will be used? What audit controls are in place for the use of this feature? How you...
Import tags using .csv files
Issue If you need to add tags in bulk, the only way to do it in Liferay is via .lar files. Would it be possible to import via .csv files? Environment Liferay DXP 7.0, DXP 7.1, DXP 7.2, DXP 7.3. Resolution Liferay doesn't support .csv files to import tags. By a request to a customer,...
When a Friendly URL is created the redirection is temporal (302) when it should be permanent (301)
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue When a Friendly URL is created the redirection is temporal (302) when it should be permanent (301) Environment Liferay SaaS with DXP...
Logging in a Liferay instance with a user whose prefered language is different from the default portal language
Issue Access to the portal with a user who has a different language set up than the default configured. Environment Liferay DXP 7.2 Resolution Liferay will show the portal in the language configured in its settings. Even if the user logged in has a different one. i.e: If "Spanish" is the...

Showing 801 to 840 of 1,664 entries.