You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/11/10 18:13:23 UTC

DO NOT REPLY [Bug 32160] New: - [PATCH] MultipartActionRequest.getParameterNames() skips query-string request parameters

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: dev@cocoon.apache.org
        ReportedBy: durdina@asset.sk


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