xregistry / spec

xRegistry related specifications
https://xRegistry.io
Apache License 2.0
35 stars 6 forks source link

is "id" case insensitive? #119

Closed duglin closed 5 months ago

duglin commented 5 months ago

The spec says it must be case insensitive unique within its scope but that's not the same thing as "Foo" = "foo" when doing strcmp.

I believe we made it case unique just to avoid potential confusion for users - but I believe we intended for it to be case sensitive and that the server would retain the user-provided case.

duglin commented 5 months ago
duglin commented 5 months ago

fixed by #124