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=32160>. 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=32160 [PATCH] MultipartActionRequest.getParameterNames() skips query-string request parameters Summary: [PATCH] MultipartActionRequest.getParameterNames() skips query-string request parameters 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] Methods getParameterNames() and getParameterMap() modified to return also parameter names of parameters from url query string. Methods getParameter() and getParameterValues() already return values for query-string request parameters. I suppose this must be always valid: For any n: getParameter(n) != null && getParameterValues(n) != null: n in getParameterNames() && n in getParameterMap() Also this TODO has been done :-) // TODO: Test multipart form with parameter in action="" attribute
