Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock and unlock fails #62

Open
GoogleCodeExporter opened this issue Apr 28, 2015 · 0 comments
Open

Lock and unlock fails #62

GoogleCodeExporter opened this issue Apr 28, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Start the server with no authentication
2. Use a webdav client to try and lock a file
3. Lock fails

What is the expected output? What do you see instead?
Expected output is a valid response from the server. Result is an error, though
the lock actually takes place (leaving resource in locked state without 
returning
lock token).

What version of the product are you using? On what operating system?
Using version 0.9.9 (latest source from google code).


Please provide any additional information below.

I made some small fixes. The BaseHTTPRequestHandler.send_response method 
expects a response code of an integer type. Strings were being passed in 
several places. Patch file is attached.

Original issue reported on code.google.com by [email protected] on 7 Nov 2012 at 10:34

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant