We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445925f commit dc53b07Copy full SHA for dc53b07
doc/xmlrpc.txt
@@ -83,10 +83,10 @@ issues. Patches with tests to roundup to use defusedxml are welcome.
83
84
.. caution::
85
86
- The current ``roundup-xmlrpc-server`` implementation does not support
87
- SSL. This means that usernames and passwords will be passed in
88
- cleartext unless the server is being proxied behind another server
89
- (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.
90
91
Client API
92
==========
0 commit comments