Hello, I am using swagger-jaxrs2:2.0.0-rc3 in my web application to generate an openapi spec which is consumed by swagger-ui v3.9.0 contained in the same deployment. Locally, my application is deployed at context path /my-app. Relative server urls in the @OpenAPIDefinition seem to not respect the context path of the application. Thus I have to annotate my resources with
@OpenAPIDefinition(servers = @Server(url = "/my-app")) restating the context path explicitely. However, this breaks as soon as I deploy my app behind a reverse proxy that changes the context path. I wonder if this is a bug and if not, what is the suggested approach to get this working? Thank you. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
