Changes between Version 67 and Version 68 of GAPI_AM_API_DRAFT
- Timestamp:
- 09/17/12 16:28:29 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_DRAFT
v67 v68 103 103 == Change Set O: Refine character restrictions == 104 104 === Change Set O1: Allow other characters in slice and sliver names === 105 Currently we heavily constrain legal characters in the 'name' portion of sli ce and sliver URNs. See GeniApiIdentifiers. This is awkward. In particular characters like colons,periods, and underscores are not allowed, but are very useful as separators.105 Currently we heavily constrain legal characters in the 'name' portion of sliver URNs. See GeniApiIdentifiers. This is awkward. In particular characters like periods, and underscores are not allowed, but are very useful as separators. 106 106 107 This change set proposes modifying the name portion or the URN rules as follows. Note that these changes loosen existing restrictions, and so are backwards compatible (existing slice and sliver names remain legal). 108 109 '''Slice''': 110 * Slice names are <=19 characters, only alphanumeric plus hyphen, underscore, or period (alphanumeric only in first character): `'^[a-zA-Z0-9][-\._a-zA-Z0-9]\{0,18\}$'` 107 This change set proposes modifying the name portion of the URN rules as follows. Note that these changes loosen existing restrictions, and so are backwards compatible (existing sliver names remain legal). 111 108 112 109 '''Sliver''':