Annotate
mod_lib_ldap/dev/TODO.md @ 5277:a1055024b94e
mod_http_oauth2: Stricten check of urlencoded form data
Because type(formdecode("string without equals sign")) == "string", so
best avoid continuing in that case, even if strings mostly behave as
tables as long as you don't hit one of the __index methods.
| author |
Kim Alvefur <zash@zash.se> |
| date |
Sun, 26 Mar 2023 14:39:34 +0200 |
| parent |
809:1d51c5e38faa |
| rev |
line source |
|
809
|
1 * Make groups optional
|
|
|
2 * Make groups work with both posixGroup and groupOfNames
|