https://bz.apache.org/bugzilla/show_bug.cgi?id=69623
--- Comment #4 from cri...@kth.se ---
Thank you for your response!
Yes the issue exists in all versions older than 9.0.27. I could not find 9.0.28
to test it, but 9.0.29 has the issue, and all subsequent versions that I
tested. This is the com
https://bz.apache.org/bugzilla/show_bug.cgi?id=69623
cri...@kth.se changed:
What|Removed |Added
Version|9.0.29 |9.0.102
--- Comment #5 from cri...@kth.
https://bz.apache.org/bugzilla/show_bug.cgi?id=69623
--- Comment #6 from cri...@kth.se ---
The issue occurs also with tomcat 10, ran the old webapp using
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=69623
--- Comment #1 from cri...@kth.se ---
A few people noticed this earlier, for example:
https://stackoverflow.com/questions/64645338/java-net-url-getcontent-unknownserviceexception-no-content-type
--
You are receiving this mail because:
You are
https://bz.apache.org/bugzilla/show_bug.cgi?id=69623
Bug ID: 69623
Summary: regression between 9.0.27 and 9.0.29:
UnknownServiceException: no content-type
Product: Tomcat 9
Version: 9.0.29
Hardware: All
OS:
https://bz.apache.org/bugzilla/show_bug.cgi?id=69623
--- Comment #2 from cri...@kth.se ---
getContent() used to return an input stream. which we were using to read the
text file with the .mdd extension. Now it throws instead
--
You are receiving this mail because:
You are the assignee for the bu
https://bz.apache.org/bugzilla/show_bug.cgi?id=69623
--- Comment #3 from Chuck Caldarale ---
The cited version (9.0.29) is over 4 years old; does this issue still exist on
the current level (9.0.102)?
Are you sure you didn't lose a custom mime-mapping when you tried the newer
Tomcat version?
--