Updates:
Status: Accepted
Labels: Type-Defect Component-Logic Usability
Comment #2 on issue 81 by gokturk....@gmail.com: ARDB can't export to
Secret Library
http://code.google.com/p/ardb/issues/detail?id=81
We make a simple HTTP POST. One thing in my mind is that when the user has
a special character as a part of his password, it may not be escaped
correctly. For example, having '&' in the password might cause a problem
like that.
[...]
In fact I just stopped typing and tested this claim on my Windows 7 VM with
WxWidgets-2.9.2 and ardb-3.1.1. Given this:
Password: ardb&issue/81?
I was able to reproduce the problem. For another account that does not have
anything but ASCII letters in its password, it worked fine.
I need to look at the code again to confirm but this is the mostly likely
explanation IMHO.