Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, Master
-
7.0.x
-
Committed
-
4
-
3
Description
Description
The PortletPropertyValidator believes the following portlet properties are invalid when in fact they are valid:
com.liferay.portlet.action-url-redirect com.liferay.portlet.friendly-url-mapping com.liferay.portlet.friendly-url-routes com.liferay.portlet.include
If the log levels of com.liferay.portal.osgi.web.portlet.tracker.internal.PortletTracker are set to WARN, this can cause log messages to appear declaring that your portlet is using invalid properties (when in fact, the properties are valid and being read and used). This can be very confusing to developers of custom portlets.