Home
last modified time | relevance | path

Searched hist:"934970207 e23db2a3f2112de08a3b42d080fd23d" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/authplain/_test/
H A Descaping.test.php934970207e23db2a3f2112de08a3b42d080fd23d Mon Feb 13 15:35:00 UTC 2023 Andreas Gohr <andi@splitbrain.org> AuthPlain user parsing fix. #3833

This removes workarounds we had for old PCRE versions. All modern PHP
releases should be workable with the Regex we have.

If splitting the user line results in less than 5 results, we log an
error and pad the result for further use.

/dokuwiki/lib/plugins/authplain/
H A Dauth.php934970207e23db2a3f2112de08a3b42d080fd23d Mon Feb 13 15:35:00 UTC 2023 Andreas Gohr <andi@splitbrain.org> AuthPlain user parsing fix. #3833

This removes workarounds we had for old PCRE versions. All modern PHP
releases should be workable with the Regex we have.

If splitting the user line results in less than 5 results, we log an
error and pad the result for further use.