We have a web app with a Flex front end making requests to our Spring/Tomcat back end through BlazeDS.
I noticed when the data for a parameter we send in the request is over a certain size (something like 1.5M), it simply doesn't show up as a parameter in the request in our servlet. We've verified that the value is populated in the request on the Flex side. When the parameter is below that size, it comes through fine.
Has anyone seen this?
Is this happening on the BlazeDS side or the Tomcat side?
Is there a workaround?
Thanks.