]> git.evergreen-ils.org Git - Evergreen.git/commit
In XML-RPC Gateway, substitute __ for - in method names
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 22 Oct 2012 22:42:55 +0000 (18:42 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 21 Feb 2013 21:59:50 +0000 (16:59 -0500)
commit4901bdc41f9b31fcf856ffdc2f75a7ea2e4a8d85
treea72f915eebca43a6cf887fd175fb565d2a2a1c57
parent9b8adeeab9dd0f86cd78f449b0c6869682b55cc5
In XML-RPC Gateway, substitute __ for - in method names

Dashes have never actually been valid in XML-RPC method names, and some
clients (like newer versions of Perl's RPC::XML) enforce this rule on
their clients.  This way we give XML-RPC clients a way they can still reach
our methods.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/XMLRPCGateway.pm