DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32159>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32159 [PATCH] content-length and content-type for portlet ActionRequest Summary: [PATCH] content-length and content-type for portlet ActionRequest Product: Cocoon 2 Version: 2.1.5 Platform: Other OS/Version: All Status: NEW Severity: Normal Priority: Other Component: blocks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Request content length and content type are required in portlet ActionRequest for custom upload handling. Currently, methods Request.getContentLength() and Request.getContentType() are inherited from PortletRequest that returns '-1' and 'null' respectivelly. Thats correct only for render request.
