fix filename encoding
/uploaded response is fixed
The mangling on upload may be a bug in actix: https://github.com/actix/actix-web/issues/2741
Possible open redirect vulnerability
Hopefully fixed by setting Content-Type: application/octet-stream
when the Sec-Fetch-Mode
request header is set to something other than navigate
.
build_text_response should also set vary header
Webserver Zugriff für Autodeploy
Statt einem Deployment über einen Webserver würde es in der aktuellen Kubernetes-Landschaft wahrscheinlich mehr Sinn ergeben einen Container daraus zu bauen und das so wie alle anderen Services…