diff options
| author | jvoisin | 2023-02-01 21:12:58 +0100 |
|---|---|---|
| committer | jvoisin | 2023-02-02 13:17:22 +0100 |
| commit | 2dcf2a2d7578d1e43ee7e3fa69386ccc5afebbf0 (patch) | |
| tree | a1b4b74396e89f66ccb9f54fe878ba607c103aec /doc/source/config.rst | |
| parent | f4d3c01bd196400548f5712223171007563ab834 (diff) | |
Url encode functions arguments when logging them
Diffstat (limited to 'doc/source/config.rst')
| -rw-r--r-- | doc/source/config.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst index 2c5fc96..40e8c11 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst | |||
| @@ -497,6 +497,9 @@ not the one where the function is **called from**. | |||
| 497 | 497 | ||
| 498 | For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**. | 498 | For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**. |
| 499 | 499 | ||
| 500 | In the logs, the parameters and the return values of function are url-encoded, | ||
| 501 | to accommodate fragile log processors. | ||
| 502 | |||
| 500 | .. warning:: | 503 | .. warning:: |
| 501 | 504 | ||
| 502 | When you're writing rules, please do keep in mind that **the order matters**. | 505 | When you're writing rules, please do keep in mind that **the order matters**. |
