
Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: cc961340d9feb7a675b24da1a6667bb6d1673439 https://github.com/phpmyadmin/phpmyadmin/commit/cc961340d9feb7a675b24da1a666... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-18 (Fri, 18 Nov 2016) Changed paths: M libraries/LanguageManager.php Log Message: ----------- Remove check for < in Accept-Language header It is no longer needed since we do match language against existing ones. Issue #12710 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 53f07e717975aba39efd45e1c2856feaee92bacc https://github.com/phpmyadmin/phpmyadmin/commit/53f07e717975aba39efd45e1c285... Author: Michal Čihař <michal@cihar.com> Date: 2016-11-18 (Fri, 18 Nov 2016) Changed paths: M libraries/plugins/auth/AuthenticationHttp.php Log Message: ----------- Remove protection against < in HTTP Authorization header It really doesn't make sense here as the username can potentionally contain < anyway and we need to deal with it later (and we do). Fixes #12710 Signed-off-by: Michal Čihař <michal@cihar.com> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3bced0d02fa2...53f07e717975