Bug #1294
update action not reading multipart parameters
Start date:
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
update still throwing error: "obsoletedGuid must be contained in the request parameters". Checking the log files, found that it is passed to the server, but looks like a problem with the setting of the params when the multipart file is interpreted by the ResourceHandler instance. ResourceHandler uses two objects named params: the instance Hashtable params, and a locally scoped Map named params in putObject method that is used to iterate over the multipart params, but loses scope before checks are done to see if the required obsoletedGuid parameter is there. So, the parameter checking is looking in the wrong place for obsoletedGuid.
History
#1 Updated by Rob Nahf almost 14 years ago
- Category set to Metacat
- Assignee set to Chad Berkley
- Priority changed from Normal to High
#2 Updated by Chad Berkley almost 14 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
fixed.