Capability

Security

Liferay DXP is built with security in mind. A variety of standards based authentication methods and integrations can be used to ensure secure access to a site and its resources. Robust role-based access control with permissions gives you fine grained control over what authenticated and unauthenticated users can access, share, or edit. Liferay DXP’s web services also have a multi-layered and configurable approach to security and authorization.

Feature
Deployment Approach
Property 'session.timeout.auto.extend=false' is configured but browser still calls 'extend_session'
Issue In portal-ext.properties the following property session.timeout.auto.extend=false is configured, however in the Network tab of the Developer Tools of the browser 'extend_session' is still being called....
Missing path in search results for web content
Issue There is a missing path in search results for web content.  Steps to Reproduce: 1) Create 2 web content folders - folder 1 and folder 2 2) Create contents in those 2 folders with common words in the title...
How can I configure a grid with 3 modules but displaying 2 modules per row in tablet mode?
Issue We have created a content page that contains a grid with 3 modules and it displays 3 modules per row in desktop mode. We need to only display 2 modules per row in tablet mode but Liferay doesn't allow configuring 2...
'Select' button is not disabled for the folder where a document already belongs to
Issue The 'Select' button next to the folder names shows being disabled, but it works as intended when the user clicks on it. Steps to reproduce: 1. Log in to Liferay and Navigate to Content and Data -> Documents...
Unable to download a file through the browser using an href="file://..." link
Issue We create a Web Content to use a link like <a href="file:///test.txt">test.txt</a> in order to download a local file, however, an error is shown in the browser log: Not allowed to load local resource:...
Display Page Template Title Shown Instead of Content Title
Issue When content is displayed in a Display Page Template, the template's name is shown at the top of the window instead of the actual content's title. A more specific title should be shown (just as it is with actual...
Categorization option is not visible after upgrade to Liferay 7.3
Issue Navigate to Site Builder -> Pages -> Page Configuration. Categorization option is blank under General tab. Environment Liferay DXP 7.3 Resolution The issue is due to below portal property in...
How to check from a page fragment if the edit mode is active?
Issue From a page fragment code, we want to check if the edit mode is active for the page. Our fragment needs to behave different if the page is in edit mode (for instance, to create a modal fragment). Environment DXP...