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

            Bug ID: 66481
           Summary: Installer hardcodes a protocol to $wgServer
           Product: MediaWiki
           Version: 1.22.7
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Installer
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: mediaw...@kghoffmeyer.de
       Web browser: ---
   Mobile Platform: ---

When installing a wiki the installer always hardcodes the protocol to $wgServer
e.g.

$wgServer = "http://www.example.org";;

Since MW 1.18+ allows for protocol relative settings to $wgServer the installer
should probably always better add

$wgServer = "//www.example.org";

for the default install. Probably this bug is building on bug 44260. This
setting tends to be painful if it is hardcoded with an explicit protocol so ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to