- 03 Agu, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 05 Şub, 2008 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
(This code is duplicated between pydoc and DocXMLRPCServer; maybe it should be refactored as a GHOP project.) 2.5.2 backport candidate.
-
- 10 Ara, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Ara, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
* remove parameter default that didn't make sense * properly escape values in output Thanks to Jeff Wheeler from GHOP!
-
- 10 Mar, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer.
-
- 31 May, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
SimpleXMLRPCServer and DocXMLRPCServer don't look at the path of the HTTP request at all; you can POST or GET from / or /RPC2 or /blahblahblah with the same results. Security scanners that look for /cgi-bin/phf will therefore report lots of vulnerabilities. Fix: add a .rpc_paths attribute to the SimpleXMLRPCServer class, and report a 404 error if the path isn't on the allowed list. Possibly-controversial aspect of this change: the default makes only '/' and '/RPC2' legal. Maybe this will break people's applications (though I doubt it). We could just set the default to an empty tuple, which would exactly match the current behaviour.
-
- 07 Şub, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 31 Agu, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 01 May, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Nis, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 18 Nis, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-