Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M4
-
Component/s: Security, Security > PACL
-
Labels:None
-
Environment:N/A
-
Similar Issues:
Description
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.

This issue can be closed – it is a duplicate in the sense that Ray Auge's reflection refactoring of PACL will fix these problems.