We have a very old application running on Tomcat 8.5.90. After upgrading from
JRE 8.0.252.09 from AdoptOpenJDK to 8u302b08 from Temurin (both pretty old, I
know, also newer JREs exhibit the same issue) we started having
NS_ERROR_NET_PARTIAL_TRANSFER in FireFox and ERR_INCOMPLETE_CHUNKED_ENCODING
>On 07/11/2023 14:05, Tuukka Ilomäki wrote:
>> We have a very old application running on Tomcat 8.5.90. After upgrading
>> from JRE 8.0.252.09 from AdoptOpenJDK to 8u302b08 from Temurin (both pretty
>> old, I know, also newer JREs exhibit the same iss
Dear collective wisdom,
as the EOL of Tomcat 7 is looming, we are migrating our legacy app from Tomcat
7.0 to Tomcat 8.5. We deploy exactly the same war in both versions. For some
reason Tomcat 8.5 adds null characters to the end of JavaScript files. For
instance, jQuery file served by Tomcat 8.
On 5/19/20 09:50, Martin Grigorov wrote:
>> Hi,
>>
>> On Tue, May 19, 2020 at 3:32 PM Tuukka Ilomäki
>> wrote:
>>
>>> Dear collective wisdom, as the EOL of Tomcat 7 is looming, we are
>>> migrating our legacy app from Tomcat 7.0 to Tomcat 8.5. We