swagger-api / swagger-parser

Swagger Spec to Java POJOs
http://swagger.io
Apache License 2.0
780 stars 525 forks source link

Fix #750 by reusing ExternalRefProcessor #2082

Closed beikov closed 5 months ago

beikov commented 5 months ago

Use ExternalRefProcessor for RefUtils#buildUrl to avoid ArrayOutOfBoundsException

Fix #750

beikov commented 5 months ago

This PR supersedes https://github.com/swagger-api/swagger-parser/pull/751

frantuma commented 5 months ago

Thanks!