Re: Content type unknown after upgrading Tomcat 10.1.39 => 10.1.40

2025-05-02 Thread Thorsten Heit
Hi Chris, please excuse the long delay in answering (unplanned holidays...) Tomcat is never going to figure out what MIME type should be used for a request like "/my/servlet/app?version=!!1.22.32-4-g8a3c060!!" So I think Mark is probably right (well, he's right like 99.999% of the time, so..

Re: Content type unknown after upgrading Tomcat 10.1.39 => 10.1.40

2025-04-17 Thread Thorsten Heit
Hi Mark, That looks like the result of fixing this bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=69623 A little more digging suggests that MIME type is only set for a resource when it is served via the default servlet. I suspect that lookup needs to be moved so MIME type is also availab

Re: Content type unknown after upgrading Tomcat 10.1.39 => 10.1.40

2025-04-16 Thread Thorsten Heit
Hi Chris, That definitely sounds odd. Do you have anything on the network between the client (browser) and the server (Tomcat)? Specifically, anything like a load-balancer, proxy, or similar? I just want to remove other possible causes before diving into Tomcat (but from your description, To

Content type unknown after upgrading Tomcat 10.1.39 => 10.1.40

2025-04-16 Thread Thorsten Heit
Hi all, long time Tomcat user, but first time I'm posting, so hi to you all :-) I'm suffering a strange phenomenon after I upgraded Tomcat on one of our virtual machines from 10.1.39 to 10.1.40: When I open the link to an application being served by Tomcat my browser (Firefox) now downloads