Thanks Mark,
We did some more digging and is the issue is we use JavaMelody to
monitor and there appears to be an issue with JavaMelody and Tomcat 11.
We will see if they release a fix but have decided to run without for now.
Z.
On 15/10/2025 7:02 pm, Mark Thomas wrote:
On 14/10/2025 23:54, Zoran Avtarovski wrote:
Hi Guys,
We are experiencing a strange issue where our c:out tag is only
rendering up to 24545 characters of our JSON response.
By way of background we have a struts 7.0.3 application which works
as expected on Tomcat 10 (10.1.45) with no issues. But when we deploy
to to Tomcat 11 (11.0.10) our JSON responses which are rendered using
c:out only render the first 24545 characters of the json string.
The logging in the application shows the string is complete at the
action class and it is only the rendering at JSP level which cuts off.
The jsp page is very simple and only has the following:
<%@ page contentType="application/json; charset=UTF-8" %><%@ taglib
uri="jakarta.tags.core" prefix="c"%><c:out value="${ajaxResponse}"
escapeXml="false"/>
I did some digging but couldn't find a setting which could be
impacting this. Any pointers would be appreciated.
Nothing obvious comes to mind.
Can you provide a simple test case that demonstrates the issue?
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]