mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
fix/adjustment reported by test
This commit is contained in:
parent
496b9f1d7c
commit
fb7630f9eb
2 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ class ApplicationBase:
|
|||
self._rights = rights.load(configuration)
|
||||
self._web = web.load(configuration)
|
||||
self._encoding = configuration.get("encoding", "request")
|
||||
self._log_bad_put_request_content = configuration.get("logging", "bad_put_request_content")
|
||||
self._hook = hook.load(configuration)
|
||||
|
||||
def _read_xml_request_body(self, environ: types.WSGIEnviron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue