Details
Description
I've included the swagger ui by adding a dependency on org.webjars:swagger-ui.
The Documentation mentions that the swagger UI can be configured through SwaggerUiConfig which sets config as query params.
Since swagger ui 4.1.3 passing the default url as query parameter, e.g. `?url=swagger.json` is disabled by default due to security concerns. Instead the default swagger PetStore definition is loaded.
It's possible to restore the old behaviour by setting queryConfigEnabled, but I couldn't find a way to set this. Of course enabling this also brings back the security issue.
Attachments
Attachments
Issue Links
- links to