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

Branch: refs/heads/master 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> Commit: 053b954c40a2bc1a7391cd114c8d327436ea6494 https://github.com/phpmyadmin/phpmyadmin/commit/053b954c40a2bc1a7391cd114c8d... Author: Michal Čihař <michal@cihar.com> Date: 2016-05-11 (Wed, 11 May 2016) Changed paths: M ChangeLog M libraries/Scripts.php Log Message: ----------- Merge branch 'QA_4_6' Compare: https://github.com/phpmyadmin/phpmyadmin/compare/06da17077c0f...053b954c40a2
participants (1)
-
Michal Čihař