Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.1.0-beta2
-
None
-
None
-
Resin 3.0.17
Description
Method removeAttribute in PortletRequestImpl causes NullPointerException in Resin 3.0.17.
Fix,make the following changes to org.apache.pluto.internal.impl.PortletRequesetImpl:
private HttpServletRequest requestLocal;
public PortletRequestImpl(PortletContainer container,
InternalPortletWindow internalPortletWindow,
HttpServletRequest servletRequest)
public HttpServletRequest getHttpServletRequest()
{ return requestLocal; }