[
https://issues.apache.org/jira/browse/CXF-7040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15465297#comment-15465297
]
Alexander K. commented on CXF-7040:
-----------------------------------
It happens when you package it as a JAR/WAR and run as a standalone
application, like:
{{java -jar example-0.0.1-SNAPSHOT.jar}}
This makes the difference between a plain file on a file system and a JAR
resource.
> Swagger UI Feature's resource root is incorrect for executable JAR/WAR
> ----------------------------------------------------------------------
>
> Key: CXF-7040
> URL: https://issues.apache.org/jira/browse/CXF-7040
> Project: CXF
> Issue Type: Bug
> Components: JAX-RS
> Affects Versions: 3.1.7
> Reporter: Alexander K.
>
> In case of executable JAR/WAR file created by Spring Boot with embedded
> Tomcat, URL ends with "!/".
> Hence in {{AbstractSwaggerFeature.checkSwaggerUiResourceRoot()}} the
> condition {{urlStr.toString().endsWith(".jar")}} is incorrect since it should
> consider the trailing "!/" as well.
> This makes incorrect {{SWAGGER_UI_RESOURCE_ROOT}} value.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)