Feature #921
add multi-part POST handling
0%
Description
Validator needs to upload XML files for input. Multipart format is a good candidate for an initial implementation
WSS
- will use request information to create a new field equivalent to the current postBody which will be available for application developers
- will in general, do no procession on the contents of the multipart data
- however, WSS will check part names for the name "format" or if present in the service.cfg file, the name in mediaParamter property and read the value of this part and use it as the default formatType.
History
#1 Updated by Mike Stults almost 7 years ago
- Resolution set to Fixed
2017-11-22 eed49a7 (Mike Stults): (HEAD > master, tag: v2.4.1, origin/master, origin/HEAD) - update wss version for deploy
2017-11-22 7391731 (Mike Stults): -- issue 921 - add support for multipart handling, creates new object in place of postbody, checks for format or configured mediaParameter part name