-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-3.1.0-ga1
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
This bug was first reported in the forums here:
http://www.liferay.com/community/forums/-/message_boards/message/13290363
The problem originates from an optimization made FACES-220 and FACES-245. Here is an excerpt from the description found in FACES-245:
This new approach provides an opportunity for a great optimization too - Liferay's MimeResponse#createActionURL, #createRenderURL, and #createResourceURL will each be called only once during the JSF lifecycle, and the pertinent parts of the resulting toString() will be cached.
Unfortunately this optimization incompatible with Liferay Friendly URLs. In order to fix this bug, it will be necessary to disable the optimization when the portlet has an associated FriendlyURLMapper.