Bug 60391 - Problem resolving resources inside jar
Summary: Problem resolving resources inside jar
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 8.5.x-trunk
Hardware: PC All
: P2 major (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-19 15:45 UTC by Diego Díez Ricondo
Modified: 2017-01-17 21:04 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Díez Ricondo 2016-11-19 15:45:54 UTC
The fix in https://bz.apache.org/bugzilla/show_bug.cgi?id=60087#c3 has introduced a new issue resolving resources url.
I've made a project to test this behaviour https://github.com/didiez/tomcat-bug-60087

Run the main-app to see the problem. If built changing tomcat.version to 8.5.5 everything works as expected.
Comment 1 Mark Thomas 2016-11-21 11:34:17 UTC
This has already been fixed in:
- trunk for 9.0.0.M14 onwards
- 8.5.x for 8.5.9 onwards

See https://github.com/spring-projects/spring-boot/issues/7360 for further info.
Comment 2 Shamil Bahirov 2017-01-16 21:31:40 UTC
Is this going to be fixed in 8.0.x?
Comment 3 Mark Thomas 2017-01-17 21:04:25 UTC
It has already been fixed in 8.0.x for 8.0.40 onwards (release currently in progress)