|
4d844e4347
|
add user profile refresh after changing effective user id
|
2024-06-10 18:24:13 +02:00 |
|
|
be8f6ef4b3
|
allow parameter evaluation in j2html resources
|
2024-06-05 17:34:31 +02:00 |
|
|
f0d743642a
|
do not break if userprofile store can not be found
|
2024-06-05 14:34:54 +02:00 |
|
|
7d8205dd7a
|
persist correctly session and user profile
|
2024-06-04 15:33:30 +02:00 |
|
|
1ad8f686df
|
add user profile persistence, for adding user preferences
|
2024-06-03 19:13:29 +02:00 |
|
|
54ce2c8074
|
do not break if we do not have a host name for cookie domain
|
2024-04-26 14:37:29 +02:00 |
|
|
9baa804bc2
|
improve logging
|
2024-04-22 19:05:26 +02:00 |
|
|
7058cfa211
|
drop last modified extra field from session, do not keep user profile in session
|
2024-04-19 17:12:22 +02:00 |
|
|
715ee9cd2a
|
working on forcing cookies, better header setting/adding, session/userprofile persisting
|
2024-04-18 16:23:52 +02:00 |
|
|
e444bfca5a
|
attach userprofile to session
|
2024-04-17 18:41:55 +02:00 |
|
|
3bf46413b1
|
smarter auth handling
|
2024-04-17 16:26:06 +02:00 |
|
|
c56634b281
|
add security context related j2html resources
|
2024-04-15 17:23:37 +02:00 |
|
|
6e83937cc1
|
NPE on sending from file URLs
|
2024-04-11 12:31:45 +02:00 |
|
|
0ea35b8af5
|
fix NPE in memory properties
|
2024-04-04 22:53:01 +02:00 |
|
|
09b30ad7b6
|
update to netty 4.1.108, add empty settings, add settings loader to server tests
|
2024-04-03 15:15:41 +02:00 |
|
|
f7ce68bada
|
do not log null URL
|
2024-03-28 17:25:14 +01:00 |
|
|
f2d5f57116
|
do not use config any more
|
2024-03-25 17:10:12 +01:00 |
|
|
7983abf23a
|
do not use config loader or config logger in BaseApplicationBuilder
|
2024-03-25 10:04:57 +01:00 |
|
|
8ddf8ebd3b
|
lift tests to module path
|
2024-03-04 16:03:29 +01:00 |
|
|
8ea5472223
|
rename getBaseURL() to getURL(), rename getServerURL() to getBaseURL() for clarity
|
2024-02-21 21:11:25 +01:00 |
|
|
c520769ddc
|
remove URL mutator method
|
2024-01-04 22:41:48 +01:00 |
|
|
41cca5c606
|
fix parameter/multimap handling with duplicates
|
2023-12-21 15:52:55 +01:00 |
|
|
0a31fca8fe
|
fix parameter/multimap handling with duplicates, add test
|
2023-12-21 15:48:37 +01:00 |
|
|
3c7e102765
|
add charset to text content type if missing
|
2023-12-19 17:51:53 +01:00 |
|
|
3dcea0d55f
|
fix route resolver not found logging
|
2023-11-24 22:35:47 +01:00 |
|
|
3b8ad8e441
|
improve logging of requests that can not be resolved
|
2023-11-21 11:40:38 +01:00 |
|
|
ba332dd10b
|
add multi map convenience method to obtain all parameters from a http request
|
2023-11-04 19:45:51 +01:00 |
|
|
582e7dd895
|
add journal application module
|
2023-08-29 13:38:59 +02:00 |
|
|
e3adbd4369
|
make server HTTP request serializable in json
|
2023-08-21 17:18:11 +02:00 |
|
|
9c551e3c34
|
fix forgotten domain in parameter builder
|
2023-08-08 17:13:34 +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 |
|
|
0d71313cf4
|
we do not use sApplicationModule as a class loader service
|
2023-08-07 10:06:40 +02:00 |
|
|
d3198ad8b7
|
move setup of web application to the build() method
|
2023-08-07 09:51:08 +02:00 |
|
|
d3140e330e
|
cosmetic
|
2023-08-01 10:07:57 +02:00 |
|
|
cf71fd1d2e
|
update to safer parameter handling
|
2023-08-01 10:06:09 +02:00 |
|
|
07e6a16f11
|
use responsebuilder
|
2023-07-18 11:52:15 +02:00 |
|
|
3952de7e78
|
add htmlflow, add utility methods to HtmlTemplateResource
|
2023-07-14 14:54:50 +02:00 |
|
|
30926d6052
|
add persist session handler, remove hebis test code
|
2023-06-09 11:59:47 +02:00 |
|
|
6c10666fe5
|
refactoring HttpServerContext into HttpRouterContext
|
2023-04-29 22:02:01 +02:00 |
|
|
8786e768e1
|
undo BOM quirk, does not work
|
2023-04-18 16:59:31 +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 |
|
|
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 |
|
|
2778869d14
|
use new...(), not build...()
|
2023-03-31 08:55:56 +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 |
|
|
08e965d588
|
add attributes for response for applications
|
2023-03-27 17:12:30 +02:00 |
|