Mercurial > p > roundup > code
diff doc/upgrading.txt @ 6768:15238a434368
formatting fixes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Jul 2022 22:53:05 -0400 |
| parents | 2bca9fcef70d |
| children | e7b4ad2c57ac |
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
