[8832] Quota sanitization and process communication according to twisted
This should close #8832 (closed)
-
_sanitize will check if user_id and blob_id contains only letters, numbers, underscores and dashes during
render_GET
andrender_PUT
-
quota calculation still uses
du
, but now using Twisted process communication.