Hi, I have been using pluto for some time, JSR168 spec PLT 16.3.2 required when PortletRequestDispatcher dispatches to a servlet, the included servlet or JSP must have
javax.portlet.config javax.portlet.PortletConfig when calling HttpServletRequest.getAttribute, this indeed work, but client complained that HttpServletRequest.getAttributeNames() did not have "javax.portlet.config" and other javax.portlet.*, looking at pluto source code (PortletRequestImpl.java), this looks like a delibrate decision. My question is: does pluto decide HttpServletRequest.getAttributeNames() NOT to return "javax.portlet.config" and others although getAttribute method can indeed fetch them? Is there any change in this decision between different versions of pluto? Thanks very much for helps and best regards, Lisheng Zhang Software developer, BroadVision Inc.
