Mercurial > p > roundup > code
diff doc/xmlrpc.txt @ 7498:924b07252412
Fix verb agreement, reword.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 18 Jun 2023 11:13:31 -0400 |
| parents | db58a86aa29d |
| children | 273c8c2b5042 |
line wrap: on
line diff
--- a/doc/xmlrpc.txt Sat Jun 17 22:11:19 2023 -0400 +++ b/doc/xmlrpc.txt Sun Jun 18 11:13:31 2023 -0400 @@ -83,10 +83,10 @@ .. caution:: - The current ``roundup-xmlrpc-server`` implementation does not support - SSL. This means that usernames and passwords will be passed in - cleartext unless the server is being proxied behind another server - (such as Apache or lighttpd) that provide SSL. + The current standalone ``roundup-xmlrpc-server`` implementation + does not support SSL. This means that usernames and passwords will + be passed in cleartext unless the server is proxied behind + another server (such as Apache or lighttpd) that provides SSL. Client API ==========
