Hi all,<div><br></div><div>While attending to a bug [1], I came across the following.</div><div>Suhosin imposes a limit of 512 on the length of the variable that can be passed via a GET<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "> [2]</span>. This is often problematic as in PMA we encounter long parameters (long sql queries, where clauses when no unique key is there etc). Due to the same problem [3] $cfg['LinkLengthLimit'] configuration was lowered to more stricter 1000 from 2000, which is more acceptable.</div>
<div><br></div><div>In this particular bug the problem is that, though the URL length is under 1000, one parameter, 'sql_query', violates the Suhosin limit. What should be our stand on this. Should we adhere to Suhosin default values?</div>
<div><br></div><div>In 3.5 we have a possible solution for this [4] and we can still lower $cfg['LinkLengthLimit'] value without losing the look and feel. However this needs to have JS enabled and I'm not sure whether we want to impose that condition for the 3.4 series.<br clear="all">
<br>-- <br>Thanks and Regards,<div><br></div><div>Madhura Jayaratne<br><div><br></div></div>[1] <span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><a href="https://sourceforge.net/tracker/?func=detail&atid=377408&aid=3380946&group_id=23067" target="_blank" style="color: rgb(6, 88, 181); ">https://sourceforge.net/tracker/?func=detail&atid=377408&aid=3380946&group_id=23067</a></span></div>
<div>[2] <span class="Apple-style-span" style="color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><a href="http://www.hardened-php.net/suhosin/configuration.html#suhosin.get.max_value_length" target="_blank" style="color: rgb(6, 88, 181); ">http://www.hardened-php.net/suhosin/configuration.html#suhosin.get.max_value_length</a></span></div>
<div>[3] <a href="https://sourceforge.net/tracker/?func=detail&aid=3358750&group_id=23067&atid=377408">https://sourceforge.net/tracker/?func=detail&aid=3358750&group_id=23067&atid=377408</a></div><div>
[4] <a href="https://sourceforge.net/mailarchive/message.php?msg_id=27839987">https://sourceforge.net/mailarchive/message.php?msg_id=27839987</a></div>