Feature #2377
Verify that the object format is valid in CLI
Status:
Closed
Priority:
Normal
Assignee:
Andrew Pippin
Category:
d1_client_cli
Target version:
-
Start date:
2012-02-23
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
The objecttype variable allows any string to be used. The given value should be validated against the list of valid strings.
History
#1 Updated by Andrew Pippin almost 13 years ago
The list of valid strings is stored on a coordinating node, which may not be available when the value is set. The allowed values should probably be cached locally.
#2 Updated by Matthew Jones almost 13 years ago
- Tracker changed from Task to Feature
#3 Updated by Matthew Jones almost 13 years ago
- Subject changed from Verify that the object type is valid to Verify that the object format is valid in CLI
#4 Updated by Andrew Pippin over 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
The first time the client tries to set either the @object-format@ or @search-object-format@ session variable, the client will pull all the known formats from the CN (CNCore.listFormats). Any format specified by the customer must be on the list of known formats.
(SVN #7291)