| Summary | Gollem not compatible with FTP passwords that contain an @ |
| Queue | Gollem |
| Queue Version | FRAMEWORK_5_1 |
| Type | Bug |
| State | Not Reproducible |
| Priority | 1. Low |
| Owners | |
| Requester | aaronp (at) critd (dot) com |
| Created | 2/14/17 (3331 days ago) |
| Due | |
| Updated | 6/26/17 (3199 days ago) |
| Assigned | |
| Resolved | 6/26/17 (3199 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
longer an issue for me now. There must have been some sort of update
in between then and now that has made this no longer a problem. Thanks
for your consideration!
State ⇒ Not Reproducible
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Gollem
Summary ⇒ Gollem not compatible with FTP passwords that contain an @
Type ⇒ Bug
State ⇒ Unconfirmed
File: /usr/local/lib/php/Horde/Vfs/Ftp.php, line 202:
$url .= $this->_params['username'] . ':' .
urlencode($this->_params['password'])
Although I suspect that other fields might also benefit from
additional urlencode()ing.
I can verify that this fix works for me.