json-schema-ref-parser icon indicating copy to clipboard operation
json-schema-ref-parser copied to clipboard

Resolve function converts path to lowercase

Open neosat55 opened this issue 4 years ago • 2 comments

https://github.com/APIDevTools/json-schema-ref-parser/blob/main/lib/util/url.js#L26

This function needs to be replaced because it is considered legacy and leads to unexpected behavior by converting path to lowercase. Example case

expected behavior: foo://barTest -> foo://barTest actual: foo://barTest -> foo://bartest

neosat55 avatar Jul 06 '21 13:07 neosat55

Duplicate of #49 ?

afranke avatar Feb 02 '22 09:02 afranke

@afranke yea, i think so

neosat55 avatar Feb 02 '22 13:02 neosat55