﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3120	# (pound sign) is not correctly escaped in file urls	Michael Osipov	Michael Osipov	"File and folder names containing # are not correctly escaped.

The problematic spot is frmresourceslist.html, line 92:
{{{
#!java
window.top.opener.SetUrl( encodeURI( fileUrl ).replace( '#', '%23' ) ) ;
}}}

The replace function replaces at most one pound sign. Files won't get encoded correctly and are not accessible through the file browser.

I have attached a patch which works. This should make into 2.6.5.

An alternative would be to sanitize the character."	Bug	closed	Must have (possibly next milestone)	FCKeditor 2.6.5	File Browser	FCKeditor 2.6.4	fixed	HasPatch Review+	
