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

             Bug #: 28738
           Summary: GET variable for load.php might exceed 512 bytes
           Product: MediaWiki
           Version: 1.18-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Vector Skin
        AssignedTo: tpars...@wikimedia.org
        ReportedBy: i...@lanin.org
                CC: asha...@wikimedia.org
    Classification: Unclassified


Perhaps this is not a bug, but I don't know where to document it as I thought
some users will experience the same problem. Please point me to where I can
document this.

My hosting provider use suhosin. I found that on some pages (in my case, a
LiquidThreads talk page) the value of GET variable for load.php exceeds 512
bytes, the default maximum value length of suhosin.

Here's the sample:

debug=false&lang=id&modules=ext.liquidThreads%7Cjquery.autoEllipsis%7Cjquery.checkboxShiftClick%7Cjquery.client%7Cjquery.collapsibleTabs%7Cjquery.cookie%7Cjquery.delayedBind%7Cjquery.highlightText%7Cjquery.makeCollapsible%7Cjquery.messageBox%7Cjquery.placeholder%7Cjquery.suggestions%7Cjquery.tabIndex%7Cjquery.tablesorter%7Cjquery.ui.button%7Cjquery.ui.core%7Cjquery.ui.dialog%7Cjquery.ui.draggable%7Cjquery.ui.mouse%7Cjquery.ui.position%7Cjquery.ui.resizable%7Cjquery.ui.widget%7Cmediawiki.action.watch.ajax%7Cmediawiki.language%7Cmediawiki.legacy.ajax%7Cmediawiki.legacy.wikibits%7Cmediawiki.util&skin=vector

Workaround: Sets suhosin.get.max_value_length in PHP ini to a number greater
than 512. I use 1024.

suhosin.get.max_value_length = 1024

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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to