Duplicate :
|
|
Duplicate :
|
com.sun.net.httpserver.HttpServer will throw a NumberFormatException in its log if it receives a (POST) request with its content-length header greater that 2 gigabytes. This is because the server implementation uses ints to represent the value of the request content-length.
|