% should be encoded, but easily leads to double encoding, therefore better NOT encodig it in egw_vfs::encodePathComponent()

This commit is contained in:
Ralf Becker 2011-09-07 08:42:05 +00:00
parent 0910460a30
commit cb07322b65

View File

@ -1449,7 +1449,7 @@ class egw_vfs extends vfs_stream_wrapper
* @var array
*/
static public $encode = array(
'%' => '%25',
//'%' => '%25', // % should be encoded, but easily leads to double encoding, therefore better NOT encodig it
'#' => '%23',
'?' => '%3F',
'/' => '', // better remove it completly