Changes between Version 67 and Version 68 of GAPI_AM_API_DRAFT


Ignore:
Timestamp:
09/17/12 16:28:29 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_DRAFT

    v67 v68  
    103103== Change Set O: Refine character restrictions ==
    104104=== Change Set O1: Allow other characters in slice and sliver names ===
    105 Currently we heavily constrain legal characters in the 'name' portion of slice 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.
     105Currently 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.
    106106
    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\}$'`
     107This 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).
    111108
    112109'''Sliver''':