SamCooper / COMMON_SPEC_RIDS

1 stars 0 forks source link

[Directory Service] Spec states session type can be empty but is restricted to an enum #86

Closed apinder closed 6 years ago

apinder commented 6 years ago

The spec states :

b) If any of the fields of the newProviderDetails domain/sessionType/SessionName/network fields are either empty or contain the wildcard '*' an INVALID error shall be returned."

However the sessionType field is an enum on the PublishDetails object which means it can never contain an empty or wildcard value so it's likely the sessionType should be removed from that requirement.

SamCooper commented 6 years ago

Done