Introduce backward compatible URI Reference resolution
char0n opened this issue · 3 comments
char0n commented
In https://github.com/swagger-api/swagger-js/releases/tag/v3.21.0 we've drop legacy url depedency and replaced it with new URL API. New URL API is not capable of resolving Relative URI References against Relative URI Reference. We've made sure that latest SwaggerUI version always sends absolute baseURL
, but earlier EOL versions of SwaggerUI (v3 and v4) and legacy SwaggerEditor@4 are affected by this change.
The goal of this issue is to provide backward compatible behavior while resolving Relative URI References.
AlvaroRausell commented
AlvaroRausell commented
Opened #3149