Archiv für Kategorie Glassfish Application Server
Setting MaxPostSize in Glassfish
Verfasst von ngwaambe unter Glassfish Application Server am 10. Juni 2010
You might have come across the following error: “java.lang.IllegalArgumentException: Request header is too large” in glassfish server when executing a post or put request
The assumption made when executing a post or put request is that there is not limit in data size which is send over the line. Most web servers have a default configuration [...]