mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
% should be encoded, but easily leads to double encoding, therefore better NOT encodig it in egw_vfs::encodePathComponent()
This commit is contained in:
parent
86ef056879
commit
b267d55dd1
@ -1355,7 +1355,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
|
||||
|
Loading…
Reference in New Issue
Block a user