Portlet Filters initialized and destroyed with each request -----------------------------------------------------------
Key: PLUTO-498 URL: https://issues.apache.org/jira/browse/PLUTO-498 Project: Pluto Issue Type: Bug Components: portlet container Affects Versions: 2.0.0 Environment: JDK 1.5.0_16, Tomcat 5.5.27 Reporter: Brian DeHamer Portlet filters appear to be getting initialized and destroyed with each incoming request. I expected the filters to work more like servlet filters where they are initialized once when the web app starts and then re-used for each incoming request. The JSR-286 spec states "Only one instance per <filter> declaration in the deployment descriptor is instantiated per Java Virtual Machine of the portlet container" (PLT.20.2.1). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.