Project

General

Profile

Bug #1294

update action not reading multipart parameters

Added by Rob Nahf about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
High
Assignee:
Chad Berkley
Category:
Metacat
Target version:
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 about 13 years ago

  • Category set to Metacat
  • Assignee set to Chad Berkley
  • Priority changed from Normal to High

#2 Updated by Chad Berkley about 13 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

fixed.

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 14.8 MB)