[phpmyadmin/phpmyadmin] 5653a5: Avoid using too log URLs when getting javascripts

Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 5653a5e70eef2abad610c9300ad5f85f494cf5d0 https://github.com/phpmyadmin/phpmyadmin/commit/5653a5e70eef2abad610c9300ad5... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-11 (Wed, 11 May 2016) Changed paths: M ChangeLog M libraries/Scripts.php Log Message: ----------- Avoid using too log URLs when getting javascripts Some researchers have come with great idea of recommending setting "LimitRequestline 512" in Apache, what allows even shorter URLs than with MSIE. I still consider this a really bad idea as most of the applications really do not count with so small URL limits, but this error seems to be quite widely spread among CentOS users (probably coming from some howto). Fixes #12244 Signed-off-by: Michal Čihař <michal@cihar.com>
participants (1)
-
Michal Čihař