Closed (fixed)
Project:
Wysiwyg
Version:
7.x-2.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2013 at 22:18 UTC
Updated:
28 Jan 2015 at 14:55 UTC
Jump to comment: Most recent
Comments
Comment #1
twodThat file should not be fetched over HTTP when aggregated with the rest of the scripts (The Optimize JavaScripts setting and having the Locale module installed can trigger this).
The issue has been fixed in 7.x-2.x-dev, and the fix will be part of 7.x-2.3, by using the
public://"protocol" instead of an absolute URL.Comment #3
x23489djk23 commentedWell, has this been fixed? I'm using 7.x-2.2 version and I have the same issue. I've compared the code with 7.x-2.x-dev and the only place it is using "public://" scheme is line 380 in 2.x-dev and line 339 in 2.2, so 2.2 is already using public://
Is there an other setting that forces public:// scheme to use http:// ? I've temporarily hacked locale.inc to increase timeout for file_get_contents if the URL scheme starts with http:// and so far it works it seems...
Comment #4
regilero commentedI think the patch is this one:
http://cgit.drupalcode.org/wysiwyg/patch/?id=cab91b85bbcc01b1cb3d15e3574...