Ticket #1379 (closed defect: fixed)

Opened 1 year ago

Last modified 8 months ago

midcom_application does not proxy full connection API

Reported by: rambo Assigned to: bergie
Priority: critical Milestone: 8.09.7 Ragnaroek
Component: MidCOM core Version: 8.09 Ragnaroek
Keywords: Cc:

Description

Since r23006 midcom_application is used to proxy the midgard_connection API, but it does not implement the API fully leading to issues like #1378

http://www.midgard-project.org/documentation/php_midgard_connection/

Change History

10/07/09 10:25:12 changed by rambo

(In [23555]) fix #1378, refs #1379

10/15/09 16:52:40 changed by bergie

  • priority changed from blocker to critical.

10/20/09 14:17:26 changed by piotras

  • milestone changed from 8.09.6 Ragnaroek to 8.09.7 Ragnaroek.

12/28/09 13:25:21 changed by bergie

  • status changed from new to assigned.

There are some methods we will not proxy as they don't make sense in the MidCOM context:

  • construct
  • destruct
  • get_instance
  • open
  • open_config
  • connect
  • get_user
  • list_auth_types

12/28/09 13:25:55 changed by bergie

(In [24566]) Add tests for midgard_connection methods proxied via midcom_application, refs #1379

12/28/09 13:27:13 changed by bergie

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [24567]) Proxy also the missing midgard_connection methods, fixes #1379