Forum Discussion

MGDeveloper's avatar
10 years ago

request limitation

Hi,

As part of my testing I need to send a large string to the server. I tried to send a long string (102344 characters) and got the following error:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script43.groovy: 16: String too long. The given string is 102344 Unicode code units long, but only a maximum of 65535 is allowed

I don't have a HTTP log for you since this error occur before the connection take place.

how can I overcome the limitation?

Thanks,
Meytal.