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.
Zoran
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]