-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: bridge-ext-1.0.0, bridge-ext-2.0.0, bridge-ext-3.0.0, bridge-ext-5.0.0
-
Component/s: Liferay Faces Bridge Ext
-
Labels:None
The Liferay Portal FriendlyURL feature is currently only supported in JSF portlets with RenderURL, as is evidenced by this factory:
public abstract class LiferayURLFactory implements FacesWrapper<LiferayURLFactory> { public abstract LiferayActionURL getLiferayActionURL(PortletRequest portletRequest, MimeResponse mimeResponse); public abstract LiferayRenderURL getLiferayRenderURL(PortletRequest portletRequest, MimeResponse mimeResponse, boolean friendlyURLMapperEnabled); public abstract LiferayResourceURL getLiferayResourceURL(PortletRequest portletRequest, MimeResponse mimeResponse); }
This task involves adding support for ActionURL and ResourceURL as well.
- causes
-
FACES-2686 Fix portal:captcha in Liferay 7
-
- Closed
-