Seafile community edition 9.0 is ready for test!

Issue with webdav i try to loggin with mount -t davfs

  File "/opt/seatile/seafile-server-9.0.0/seahub/thirdpart/wsgidav/error_printer.py", line 51, in __call__
    app_iter = self.next_app(environ, sub_app_start_response)
  File "/opt/seatile/seafile-server-9.0.0/seahub/thirdpart/wsgidav/http_authenticator.py", line 250, in __call__
    return self.handle_basic_auth_request(environ, start_response)
  File "/opt/seatile/seafile-server-9.0.0/seahub/thirdpart/wsgidav/http_authenticator.py", line 301, in handle_basic_auth_request
    auth_value = compat.to_native(auth_value)
  File "/opt/seatile/seafile-server-9.0.0/seahub/thirdpart/wsgidav/compat.py", line 107, in to_native
    s = str(s, encoding)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 16: invalid start byte

2021-11-13 08:53:57.525 - <140420166199040> wsgidav.error_printer       ERROR   :  Caught HTTPRequestException(HTTP_INTERNAL_ERROR)
Traceback (most recent call last):
  File "/opt/seatile/seafile-server-9.0.0/seahub/thirdpart/wsgidav/error_printer.py", line 51, in __call__
    app_iter = self.next_app(environ, sub_app_start_response)
  File "/opt/seatile/seafile-server-9.0.0/seahub/thirdpart/wsgidav/http_authenticator.py", line 250, in __call__
    return self.handle_basic_auth_request(environ, start_response)
  File "/opt/seatile/seafile-server-9.0.0/seahub/thirdpart/wsgidav/http_authenticator.py", line 301, in handle_basic_auth_request
    auth_value = compat.to_native(auth_value)
  File "/opt/seatile/seafile-server-9.0.0/seahub/thirdpart/wsgidav/compat.py", line 107, in to_native
    s = str(s, encoding)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 16: invalid start byte

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/seatile/seafile-server-9.0.0/seahub/thirdpart/wsgidav/error_printer.py", line 88, in __call__
    raise as_DAVError(e)
wsgidav.dav_error.DAVError: DAVError(500 Internal Server Error: An internal server error occurred
    Source exception: ''utf-8' codec can't decode byte 0xff in position 16: invalid start byte')

2021-11-13 08:53:57.526 - <140420166199040> wsgidav.error_printer       ERROR   :  e.src_exception:
'utf-8' codec can't decode byte 0xff in position 16: invalid start byte
2021-11-13 08:53:57.526 - <140420166199040> wsgidav.wsgidav_app         INFO    :  127.0.0.1 - (anonymous) - [2021-11-13 07:53:57] "OPTIONS /" elap=0.573sec -> 500 Internal Server Error