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

       Web browser: ---
             Bug #: 29755
           Summary: MediaWiki should respect no_proxy environment setting
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Uploading
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: vita...@yourcmc.ru
                CC: bryan.tongm...@gmail.com
    Classification: Unclassified


Created attachment 8757
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8757
Simple function for parsing no_proxy

MediaWiki uses getenv('http_proxy') in HttpFunctions.php, but does not respect
no_proxy environment variable. This is incorrect, because probably if MediaWiki
sits behind proxy, then there is also some intranet area, accessible without
proxy and probably INaccessible through proxy. :)
I suggest using the attached function for this (we use it in
Mediawiki4Intranet).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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