FS#12166 - Rbutil proxy settings cleared if password contains @
What behaviour you are seeing:
- Proxy settings are cleared if an @ is used in the password
What behaviour you expected:
- Proxy settings saved and used properly
How to reproduce the bug:
- Specify proxy / port / username / password without @ symbol, works fine
- Add @ to the password and save, go back to proxy settings and everything is blank
This is in rbutil 1.2.10, there was no option to choose that instead of 1.2.7. Searched for anything relating to “proxy” and found no bugs detailing this issue.
Closed by bluebrother
2011-06-25 17:21
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2011-06-25 17:21
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
should be ok in svn now, thanks for
reporting.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
This is indeed a problem and caused by the configuration file storing the proxy configuration as string – the values aren’t lost, but restoring them fails because there is no way to separate them properly anymore. A similar issue appears when the password (or username) contains a colon.