Tuesday, 15 January 2013

java - Error parsing HTTP request header -



java - Error parsing HTTP request header -

i trying send post request browser server(local host). request url :

http://localhost:8080/mypath/myservlet?requestdata={ .......//json string......};

requestdata json string (i using gson purpose.) working fine until info in json string exceeds particular limit. say, sending array of objects in json string. if number of objects in list exceed 67 next error :

org.apache.coyote.http11.abstracthttp11processor process info: error parsing http request header note: farther occurrences of http header parsing errors logged @ debug level.

why so? totally confused. why happen , needs done prepare this? want understand reason behind this, don't understand after particular number of objects stops working , error in console.

thanks.

it seems using post incorrectly. although using post sending json request parameter style. when using post should send content request body. in case no reasonable size limitation exist.

java http servlets

No comments:

Post a Comment