Fischereit, Jana wrote:
Hi,
I resolved my problem. The problem was that the method request.getInputStream().read() just finish reading the in the server.xml file defined maxHTTPHeaderSize of the inputStream. So I wrote my own method to read the inputsteam and everything works fine.
Besides I
Hi,
I resolved my problem. The problem was that the method
request.getInputStream().read() just finish reading the in the server.xml file
defined maxHTTPHeaderSize of the inputStream. So I wrote my own method to read
the inputsteam and everything works fine.
Besides I changed my client-side t