Mercurial > p > roundup > code
changeset 6768:15238a434368
formatting fixes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Jul 2022 22:53:05 -0400 |
| parents | 075555472536 |
| children | eb6cd0867ead |
| files | doc/upgrading.txt |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/upgrading.txt Sun Jul 10 22:45:54 2022 -0400 +++ b/doc/upgrading.txt Sun Jul 10 22:53:05 2022 -0400 @@ -995,13 +995,13 @@ Errors and Troubleshooting - xmlrpc Required Header Missing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -When performing and xmlrpc call, if you see something like: +When performing and xmlrpc call, if you see something like:: xmlrpclib.Fault: <Fault 1: "<class 'roundup.exceptions.UsageError'>:Required Header Missing"> change the setting of csrf_enforce_header_x-requested-with in -config.ini to no. So it looks like: +config.ini to no. So it looks like:: csrf_enforce_header_x-requested-with = no
