google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Uploading a file to a backend with an encrypted credential fails #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make sure your credential is encrypted
2. use the web front end to upload to a backend using that credential
3. front end says upload suceeded... but it doesnt

What is the expected output? What do you see instead?
Should upload. Should also correctly report an error if it fails.

The /fs/put request to the backend is being passed the credential in an 
encrypted form. It thinks this credential is plain text and goes to use it. It 
fails.

Original issue reported on code.google.com by retrogra...@gmail.com on 26 Aug 2011 at 9:15

GoogleCodeExporter commented 9 years ago
Fixed in 4220:9947b776daa0

Original comment by retrogra...@gmail.com on 3 Oct 2011 at 4:18

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 9947b776daa0.

Original comment by retrogra...@gmail.com on 3 Oct 2011 at 4:55