PACL incompatibility with JSF portlets
Activity
Show:
Neil Griffin January 31, 2013 at 2:01 PM
This issue can be closed – it is a duplicate in the sense that Ray Auge's reflection refactoring of PACL will fix these problems.
Duplicate
Pinned fields
Click on the next to a field label to start pinning.
Assignee
Reporter
Neil Griffin
Neil GriffinFix versions
Affects versions
Priority
Created January 28, 2013 at 6:36 AM
Updated June 25, 2023 at 10:09 PM
Resolved January 31, 2013 at 2:01 PM
When a portlet tries to perform reflection, the PACL BaseReflectChecker class is consulted to see if the class is permitted to do so. With frameworks like JSF, there is quite a bit of reflection happening during startup/shutdown time, and also during processing of requests. Each of these attempts to reflect are failing with PACL, because the BaseReflectChecker class has no knowledge of these special cases for JSF.