Ticket #243 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

XML-RPC: récupération du methodName

Reported by: fg Owned by: laurentj
Priority: high Milestone: Jelix 1.0beta3
Component: jelix:core request Version: trunk
Severity: normal Keywords:
Cc: Php version:
Review: Hosting Provider:
Blocked By: Documentation needed:
Blocking:

Description

Dans le fichier jXmlRpcRequest.class.php à la ligne 44 il y a un explode avec un point et non un ~ :

list($module, $action) = explode('.',$nom);

Change History

Changed 3 years ago by laurentj

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to Jelix 1.0beta3

Étant donné que le tilde ("~") est interdit dans le nom de la méthode XMLRPC (voir la spec XMLRPC), et que le point peut faire parti d'un nom de module, le séparateur est maintenant ":".

Note: See TracTickets for help on using tickets.