Commit graph

22 commits

Author SHA1 Message Date
0a31fca8fe fix parameter/multimap handling with duplicates, add test 2023-12-21 15:48:37 +01:00
8c4a7b871d add netty request test with HTTP GET query parameter 2023-12-07 17:51:30 +01:00
e3adbd4369 make server HTTP request serializable in json 2023-08-21 17:18:11 +02:00
9287e6c36a remove write(String) from HttpResponseBuilder, we don't like sloppyness, try enforcing charset use 2023-08-07 18:08:25 +02:00
cf71fd1d2e update to safer parameter handling 2023-08-01 10:06:09 +02:00
6c10666fe5 refactoring HttpServerContext into HttpRouterContext 2023-04-29 22:02:01 +02:00
35d67784bb check byte order mark, enable duplicate values in form parameters 2023-04-18 15:10:53 +02:00
98b13c8dc7 implement file uploading, release resource in channel close handler, clean up request/response API 2023-04-09 23:01:08 +02:00
dab29dbf9f fix HTTP file upload cleanup on client and server 2023-04-08 12:05:19 +02:00
3749b9ba3a refactoring code for easier API, update to Netty 4.1.92, begin of file upload work 2023-04-07 22:35:24 +02:00
43558479e7 upgrade to Gradle 8.0.2, simplify module methods, simplify thread pool, cleanup router 2023-04-05 21:55:24 +02:00
93ac72ea0c working on response flush bugs, move logging to FINEST level 2023-03-31 17:54:30 +02:00
dfd3abd4a9 better close/flush 2023-03-30 17:44:14 +02:00
fc1beabb58 add router task to release buffers after routing, refactor HTTP server API into application, domain, service subpackages 2023-03-30 10:42:29 +02:00
5c52f5149e ensure that all requests are closed and released after requests have been dispatched, this should prevent netty to report bytebuf leaks 2023-03-28 17:51:03 +02:00
407f8ad2f8 rename attributes() to getAttributes() 2023-03-26 22:23:46 +02:00
1ea725cbc2 working on form requests and Groovy templates, update to xbib net 3.0.4 2023-03-21 16:41:49 +01:00
1df5f884b1 add session name, fix netty request body retain, fix static suffixes, log throwables in the router dispatch 2023-03-20 17:07:18 +01:00
21f8a03cd5 new bootstrap, allow custom Groovy Default Markup Template class 2023-03-10 17:16:54 +01:00
760e83c035 introduce settings for module instantiation 2023-03-09 18:18:32 +01:00
26e368dba6 add common/combined logger, add pmd, checkstyle, spotbugs, cyclonedx 2022-11-06 20:51:25 +01:00
94d6e90a0d initial commit 2022-10-20 10:19:32 +02:00