PhotoBackup / server-bottle

The Python PhotoBackup server implementation
https://photobackup.github.io/
GNU General Public License v2.0
36 stars 7 forks source link

Conflict with API. #8

Closed Zegnat closed 9 years ago

Zegnat commented 9 years ago

See PhotoBackup/api#2.

Because validate_password() can exit with 401 and is called for @route('/', method='POST') the upload request can return 401 for a password error even though this is not defined by the API.

stephanepechard commented 9 years ago

Addressed in 326523ebfc747eaff1c5a9f601fefb9080a5e0c9