Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA1
-
Fix Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Portlets
Description
The FileEntryPhaseListener#setPortletRequestWrapper(Object) method contains some workarounds for some things that should be fixed in the bridge. One such hack is getting the BridgeContext instance by calling PortletRequest.getAttribute("javax.portlet.faces.bridgeContext") so that the setPortletRequest(PortletRequest) method can be called.
I think the latest version of Liferay Faces Bridge may have fixed all the problems that these workarounds are there to solve. In addition, the following issue documents that the "javax.portlet.faces.bridgeContext" request attribute has been deprecated:
http://issues.liferay.com/browse/FACES-1253
I think the latest version of Liferay Faces Bridge may have fixed all the problems that these workarounds are there to solve. In addition, the following issue documents that the "javax.portlet.faces.bridgeContext" request attribute has been deprecated:
http://issues.liferay.com/browse/FACES-1253
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 3.1 [ 10312 ] | |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Salesforce Case | [] | |
Fix Version/s | 3.1.0.RC1 [ 10337 ] |
Fix Version/s | 3.1.0.RC1 [ 10337 ] |
Salesforce Case | [] | |
Fix Version/s | 3.2 [ 10338 ] | |
Fix Version/s | 3.1 [ 10312 ] |
Assignee Priority | P3 [ 10012 ] |
Summary | Remove depedency on "javax.portlet.faces.bridgeContext" request attribute in FileEntryPhaseListener | Remove dependency on "javax.portlet.faces.bridgeContext" request attribute in FileEntryPhaseListener (was: Remove depedency on "javax.portlet.faces.bridgeContext" request attribute in FileEntryPhaseListener) |
Fix Version/s | 3.3 [ 10370 ] | |
Fix Version/s | 3.2 [ 10338 ] |
Assignee | Deryk Sinotte [ deryk.sinotte ] | Mark Collette [ mark.collette ] |
Fix Version/s | 3.4 [ 10770 ] | |
Fix Version/s | 3.3 [ 10370 ] |
Assignee | Mark Collette [ mark.collette ] | |
Assignee Priority | P3 [ 10012 ] | |
Fix Version/s | 4.0.BETA [ 10770 ] |
Assignee | Deryk Sinotte [ deryk.sinotte ] | |
Fix Version/s | 4.0 [ 11382 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40440 | Thu Mar 27 11:35:43 MDT 2014 | deryk.sinotte | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40441 | Thu Mar 27 11:45:28 MDT 2014 | deryk.sinotte | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40442 | Thu Mar 27 11:48:21 MDT 2014 | deryk.sinotte | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40451 | Thu Mar 27 14:16:26 MDT 2014 | deryk.sinotte | |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40475 | Thu Mar 27 18:03:15 MDT 2014 | deryk.sinotte | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40478 | Fri Mar 28 11:31:40 MDT 2014 | deryk.sinotte | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
I'll take a look. Since we probably have to work with both PortletFaces and Liferay Faces Bridge for some set of future releases, it may not be possible to remove the workarounds, however.