]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update mods-available/rest to use urlquote instead of url.quote
authorStephen Blackwell <C-Stephen.Blackwell@charter.com>
Tue, 30 Jul 2024 20:40:43 +0000 (14:40 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 10 Sep 2024 18:34:35 +0000 (12:34 -0600)
Signed-off-by: Stephen Blackwell <C-Stephen.Blackwell@charter.com>
raddb/mods-available/rest

index 222dd719882300b8ee0a298e5a978196a90051f8..1f8fd66b20a0b13fa3c0b7a0391768487fc2a9bd 100644 (file)
@@ -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(<attr>)`
+       #                     `%urlquote(<attr>)`
        #  | `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'_.