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

       Web browser: ---
            Bug ID: 49592
           Summary: asterisks at the in the load.php uri can cause 403
                    Forbidden
           Product: MediaWiki
           Version: 1.21.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: ResourceLoader
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Asterisks should be avoided in the URL.  They can cause problems.  Compare 
http://www.hizlog.com/wiki/load.php?debug=false&lang=en&modules=mediawiki.legacy.commonPrint%2Cshared%7Cskins.vector&only=styles&skin=vector&*
(403 Forbidden) with
http://www.hizlog.com/wiki/load.php?debug=false&lang=en&modules=mediawiki.legacy.commonPrint%2Cshared|skins.vector&only=styles&skin=vector&
(CSS is served).

This is probably due to server configuration, but, if at all possible, MW
should't trigger these sort of problems.

See also Bug #28588 and Bug #34853.

-- 
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