Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
Below copied (in part) from email discussion on the Pluto dev list, see also: http://www.nabble.com/More-required-Pluto-2.0-SPI-and-implementation-refactoring-issues-td21973310.html
-
-
- PortletURLGenerationListener implementation and usage
This issue is similar to the issue with the FilterManager implementation (seePLUTO-539): on each PortletURL creation all portlet deployment descriptor
defined PortletURLGenerationListener classes are recreated on the fly while these are expected to be stateless singleton instances anyway.
- PortletURLGenerationListener implementation and usage
-
=====
I've replaced the old PortletURLListener with a PortletURLListenerService to solve this issue.