[Tickets #5447] pathes with spaces yielding blank page

bugs at bugs.horde.org bugs at bugs.horde.org
Fri Jun 8 06:50:19 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5447
-----------------------------------------------------------------------
 Ticket             | 5447
 Created By         | herde at tu-harburg.de
 Summary            | pathes with spaces yielding blank page
 Queue              | Gollem
 Version            | HEAD
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Owners             | 
+New Attachment     | test.php.htm
-----------------------------------------------------------------------


herde at tu-harburg.de (2007-06-07 23:50) wrote:

We operate an ssh2 server to provide access to various filesystems
(nfs/smb) on our university. So i configured gollem to use the ssh2
backend. It works till there is a space in the pathname.  

RHEL 5 - libssh2-0.14 - see attached phpinfo


Possilbly this is a misconfigured gollem ssh2 backend.  Here is the
gollem/backends.php :

$backends['ssh2'] = array(
    'name' => 'ssh',
    'driver' => 'ssh2',
    'preferred' => 'webmail',
    'hordeauth' => true,
    'params' => array(
        'hostspec' => 'ssh.',
        'port' => 22,
    ),
    'loginparams' => array(
    ),
    'createhome' => false,
     'filter' => '^\..*$',
    'quota' => false,
    'clipboard' => true,
    'attributes' => array('type', 'name', 'edit', 'download', 'modified',
'size', 'permission', 'owner', 'gro
up')
);




More information about the bugs mailing list