Yes, at first I had defined it globally, but I wan...
# vertx
j
Yes, at first I had defined it globally, but I want to not define an upper limit for file uploads and I don't want to open the doors to DOS attacks. That's why I thought hey, let's first have an Auth handler (which is basically a suspending function), then the BodyHandler and then the one which handles the import of the large file into a storage system. That way the body is only handled for authorized users