My initial guess would be because the additional HTTP verbs besides get and post don't usually come from browsers. On Feb 11, 2014 2:12 AM, "Dong Qiu" <dong...@gmail.com> wrote:
> Hi, > > When I do a HTTP PUT request with message body. eg. x=12. It does not seem > to be put into the requestParamters. (e.g cannot find the x=12 entry in > request.getParameterMap ) > > I was told to try REST plugin. However, Just wondering why parsing the PUT > request message body and putting the entries into the paramterMap is not > supported in Struts2.3.16 core action? > > Thank you >