You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2015/12/06 18:47:10 UTC

[jira] [Resolved] (CXF-6679) @Context HttpServletRequest request.getParameterMap() can't contain post parameters by application/x-www-form-urlencoded

     [ https://issues.apache.org/jira/browse/CXF-6679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved CXF-6679.
-----------------------------------
       Resolution: Fixed
         Assignee: Sergey Beryozkin
    Fix Version/s: 3.2.0
                   3.0.8
                   3.1.5

>  @Context HttpServletRequest request.getParameterMap() can't contain post parameters by application/x-www-form-urlencoded
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-6679
>                 URL: https://issues.apache.org/jira/browse/CXF-6679
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 3.1.1
>            Reporter: ghs
>            Assignee: Sergey Beryozkin
>             Fix For: 3.1.5, 3.0.8, 3.2.0
>
>         Attachments: CxfPostParameters_.zip
>
>
> 	@POST
> 	@Path("/post")
> 	public String post( @Context HttpServletRequest request ){
> 		Map<String, String[]> reMap = request.getParameterMap();
> 		System.out.println( reMap );
> 		return reMap.toString();
> 	}
> In reMap, there are no post parameters.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)