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

       Web browser: ---
             Bug #: 29531
           Summary: r89628 breaks img_auth.php
           Product: MediaWiki
           Version: 1.17.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Images and files
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Try to get the image [[Datei:File.jpg|thumb|300px]] through img_auth.php:
http://localhost/mediawiki-1.17/img_auth.php/thumb/4/42/File.jpg/300px-File.jpg

r89627 works.

r89628 doesn't work:
 <h1>Forbidden</h1><p>Invalid file extension found in the path info or query
string.</p>

LocalSettings.php:
 $wgScriptPath = "/mediawiki-1.17";
 $wgUploadPath = "$wgScriptPath/img_auth.php";

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to