Opened 17 years ago
Last modified 17 years ago
#1944 closed Bug
Connector interpretes parameter wrong — at Version 1
Reported by: | Michael Osipov | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6 |
Component: | File Browser | Version: | FCKeditor 2.6 Beta |
Keywords: | Confirmed | Cc: |
Description (last modified by )
Fire PHP Connector with:
http://www.fckeditor.net/fckeditor/editor/filemanager/connectors/php/connector.php?Command=GetFolders&Type=Image&CurrentFolder=\
Response should be an error because the CurrentFolder does not start with a /
The actual response is:
<Connector command="GetFolders" resourceType="Image"> <CurrentFolder path="/\/" url="/_userfiles/image/\/"/> <Folders/> </Connector>