Skip to content

Commit

Permalink
Update mods-available/rest to use urlquote instead of url.quote
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Blackwell <[email protected]>
  • Loading branch information
stephenmac98 authored and arr2036 committed Sep 10, 2024
1 parent 650f724 commit e1eed55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raddb/mods-available/rest
Original file line number Diff line number Diff line change
Expand Up @@ -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'_.
Expand Down

0 comments on commit e1eed55

Please sign in to comment.