Task #1078
Bug #1076: mn.create() not encoding PIDs correctly.
encoding function needed for identifiers in the param section of urls
Start date:
2010-11-15
Due date:
% Done:
100%
Estimated time:
1.00 h
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
MNode has two methods that pass the identifer as a url parameter [ setAccess(), handleCreateorUpdate() ]. Encoding rules may vary from those for path segments. Need to modify encodeIdentifier function to avoid confusion and do the right thing for both cases.
History
#1 Updated by Rob Nahf about 14 years ago
- Status changed from New to Closed
Refactored the encoding utility function to encode "query segments" (parts of URI query section between the delimiters "&" and "="), and created unit tests for the new methods.