diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2017-12-02 16:43:46 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-02 16:43:46 +0100 |
commit | 46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 (patch) | |
tree | c7c51335a074f1ec47ca377ba5537e4e173f1db0 /Bugzilla/WebService/Server | |
parent | 19c3c22d1c4615cff0016cc7ea5efbcdd9e69294 (diff) | |
download | bugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.gz bugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.xz |
Bug 1417980 - Fix non-HTTPS links and outdated links where possible
Diffstat (limited to 'Bugzilla/WebService/Server')
-rw-r--r-- | Bugzilla/WebService/Server/JSONRPC.pm | 2 | ||||
-rw-r--r-- | Bugzilla/WebService/Server/XMLRPC.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Server/JSONRPC.pm b/Bugzilla/WebService/Server/JSONRPC.pm index 0fb8b4299..0bd7b4648 100644 --- a/Bugzilla/WebService/Server/JSONRPC.pm +++ b/Bugzilla/WebService/Server/JSONRPC.pm @@ -527,7 +527,7 @@ JSON-RPC response. When calling the JSON-RPC WebService over GET, you can use the "JSONP" method of doing cross-domain requests, if you want to access the WebService directly on a web page from another site. JSONP is described at -L<http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/>. +L<https://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/>. To use JSONP with Bugzilla's JSON-RPC WebService, simply specify a C<callback> parameter to jsonrpc.cgi when using it via GET as described above. diff --git a/Bugzilla/WebService/Server/XMLRPC.pm b/Bugzilla/WebService/Server/XMLRPC.pm index f5a31b30e..fce865e88 100644 --- a/Bugzilla/WebService/Server/XMLRPC.pm +++ b/Bugzilla/WebService/Server/XMLRPC.pm @@ -422,7 +422,7 @@ returned>. nil is implemented by XMLRPC::Lite, in XMLRPC::Deserializer::decode_value in the CPAN SVN since 14th Dec 2008 -L<http://rt.cpan.org/Public/Bug/Display.html?id=20569> and in Fedora's +L<https://rt.cpan.org/Public/Bug/Display.html?id=20569> and in Fedora's perl-SOAP-Lite package in versions 0.68-1 and above. =end private |