developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 14 years ago
Closed 14 years ago
#243 closed bug (fixed)
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: | Blocked By: | ||
Blocking: | Documentation needed: | ||
Hosting Provider: | Php version: |
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 (1)
comment:1 Changed 14 years ago by laurentj
- Milestone set to Jelix 1.0beta3
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
É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 ":".