﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9718	Paste from word plugin fails to load default clean-up file when not running under root web directory	Johannes Fischer		"All if our ckeditor files are deployed in a sub directory of our web application ('/resources/richtexteditor') while the ckeditor.js file is located under the root directory. 

Because of this deployment type, we set the CKEDITOR.basePath property to the path to the editor's resource folder. 

When pasting text from word into the editor instance, we see a 404 exception for the /pastefromword/filter/default.js file because the base path was not applied to the resource URL (see following screenshot). 

When debugging the code, this.path (in pastfromword/plugin.js, line 15) contains an absolute URL (starting with http://) which will cause that the default CKEDITOR.getUrl() method does not prefix the 'resource' provided with the previously set base path.

It looks to me that the this.path should only contain a relative URL so that the CKEDITOR.getUrl() function can prefix it with the base path if needed.

Thanks,
Johannes"	Bug	closed	Normal		Plugin : Paste from Word	4.0.1	invalid		
