Ticket #4 (closed defect: fixed)
[Core] DBUS response prints "server_guid" instead of variable value (Forum)
| Reported by: | admin | Owned by: | frans |
|---|---|---|---|
| Priority: | minor | Milestone: | MediaMosa 2.2 |
| Component: | CQL | Version: | |
| Keywords: | Cc: | ||
| MoSCoW: | Must Have | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | yes |
| Accepted: | yes | Estimated Hours: | 2 |
Description
Zie: http://www.vpcore.nl/forum/viewtopic.php?f=4&t=17 []
Bij een succesvolle DBUS authenticatie komt onderstaande XML response terug:
<?xml version="1.0"?>
<response>
<header>
<item_count>1</item_count>
<request_process_time>0.0015</request_process_time>
<request_query_count>9</request_query_count>
<request_result>success</request_result>
<request_result_description>DBUS authentication protocol</request_result_description>
<request_result_id>601</request_result_id>
<request_uri>[POST] login</request_uri>
<vpx_version>1.4.3</vpx_version>
</header>
<items>
<item id="1">
<dbus>OK server_guid</dbus>
</item>
</items>
</response>
De documentatie zegt dat je
<dbus>OK vpx</dbus>
kunt verwachten als antwoord. Het lijkt erop of de naam van de variabele ('server_guid') wordt teruggeven in plaats van de waarde van de variabele.

