https://bugzilla.wikimedia.org/show_bug.cgi?id=41274

--- Comment #10 from Derk-Jan Hartman <[email protected]> 2012-11-01 
13:36:40 UTC ---
Probably there are two issues here:

1: stupid isAbsolute check in Cortado...
      isAbsolute = urlString.startsWith("http://";);

2: Broken getDocumentBase() in Oracle JRE applet browser plugin. I don't see
this property being set in the Cortado log, and it seems that the 'relative'
document parsing of Cortado depends on the documentBase.


try {
          documentBase = getDocumentBase();
          Debug.log(Debug.INFO, "Document base: " + documentBase);
        }
        catch (Throwable t) {
          documentBase = null;
        }

Both should be fixed upstream.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to