10 Commits

Author SHA1 Message Date
Santiago Pericasgeertsen
7425747cc5 Support for a max payload limit on client requests (#2491)
* Initial support for new server config property max-payload-size to limit the payload sizes in client requests, with or without the use of chunked encoding.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Fixed issue forwarding chunks and cleaned up reset logic.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Removed unnecessary log instruction.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Restored logging properties file.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Do not closed the channel when a 413 response is in flight.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Webserver config doc update.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-11-03 09:10:09 -05:00
Santiago Pericasgeertsen
147166a08f New WebServer document describing how to enable HTTP compression.
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-09-24 13:45:41 -04:00
David Král
2f671533f2 Docs tls updates (#2256)
New TLS documentation for WebClient and WebServer
TLS documentation cleanup

Signed-off-by: David Kral <david.k.kral@oracle.com>
2020-08-31 09:30:28 +00:00
Tomas Langer
545f8d8b64 Configuration of server socket(s) (#2189)
* Advanced configuration of HTTP request processing in Netty.
* Documentation update.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-07-20 15:48:37 +02:00
Joe DiPol
e32e83adcc Fix minor doc issues #2081 #427 (#2119) 2020-07-01 16:32:51 -07:00
Romain Grecourt
90ee65f33c Fix h1Prefix to SE and MP for all pages under /se and /mp respectively. (#2074)
Fix various links and formatting issues across the docs.
2020-06-19 14:25:55 -07:00
Tomas Langer
49256b0139 Update SE docs for changed APIs (#1970)
* Update db client docs according to API changes
* Update web client docs according to API changes
* Update web server docs according to API changes

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-06-11 15:42:57 +02:00
David Král
a72e9262f8 Media support flattening (#1899)
Flattening of the media support structure
Fix for not checking of the context parent when searching for operator

Signed-off-by: David Kral <david.k.kral@oracle.com>
2020-05-29 16:52:39 +02:00
Joe DiPol
0844cdfb78 Update javadoc links in documentation to work with J11 javadocs (#1754) 2020-05-07 16:00:58 -07:00
Dmitry Kornilov
a131cb9af7 Documentation refactoring (#1514)
* Documentation refactoring

Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>

* All rights reserved removed from headers

Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>

* More headers fixes

Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>

* More headers fixes

Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>

* White spaces fixed

Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>

* More white space fixes

Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>
2020-03-19 19:21:49 -07:00