[ http://issues.apache.org/jira/browse/COCOON-1333?page=all ]

Pier Fumagalli updated COCOON-1333:
-----------------------------------

    Bugzilla Id:   (was: 32160)
      Component: * Cocoon Core
                 Blocks: Portal
                     (was: Blocks: (Undefined))
    Description: 
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

  was:
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


> [PATCH] MultipartActionRequest.getParameterNames() skips query-string request 
> parameters
> ----------------------------------------------------------------------------------------
>
>          Key: COCOON-1333
>          URL: http://issues.apache.org/jira/browse/COCOON-1333
>      Project: Cocoon
>         Type: Bug
>   Components: * Cocoon Core, Blocks: Portal
>     Versions: 2.1.5
>  Environment: Operating System: All
> Platform: Other
>     Reporter: Michal Durdina
>     Assignee: Cocoon Developers Team
>  Attachments: release_2_1_5_1.patch_6.txt, release_2_1_5_1.patch_7.txt
>
> 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to