From: Stephen Blackwell Date: Tue, 30 Jul 2024 20:40:43 +0000 (-0600) Subject: Update mods-available/rest to use urlquote instead of url.quote X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1eed55aadb91a717c324b5ead022935858dc855;p=thirdparty%2Ffreeradius-server.git Update mods-available/rest to use urlquote instead of url.quote Signed-off-by: Stephen Blackwell --- diff --git a/raddb/mods-available/rest b/raddb/mods-available/rest index 222dd719882..1f8fd66b20a 100644 --- a/raddb/mods-available/rest +++ b/raddb/mods-available/rest @@ -237,7 +237,7 @@ rest { # may be specified with `body`. Will be expanded. # Values from expansion will not be escaped, this should be # done using the appropriate `xlat` method e.g. - # `%url.quote()` + # `%urlquote()` # | `auth` | HTTP auth method to use, one of 'none', 'srp', 'basic', | yes # 'digest', 'digest-ie', 'gss-negotiate', 'ntlm', # 'ntlm-winbind', 'any', 'safe'. defaults to _'none'_.