Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0, 3.0.1
-
None
Description
Similar to PLUTO-752, the PortletV3AnnotatedDemo has a class named HelloWorldImage.java and another named PathInfoPortlet.java that inject @ContextPath and @Namespace dependent-scoped strings into @ApplicationScoped beans. This is incorrect because the values for these are determined within the scope of a portlet request. See the description of PLUTO-752 for more details.