Changes between Initial Version and Version 1 of Ticket #1325
- Timestamp:
- 04/19/10 17:02:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1325 – Description
initial v1 1 1 The fix to #1050 has revealed that Maestro has been working with incorrect provider capabilities xml for quite some time. As a result, features which rely on this xml output, such as the Expression Editor may not function properly against > 2.1 servers in its current form. 2 2 3 However, changing the deserialization logic to match the output from > 2.1 servers will simultaneously break <= 2.1 servers (as they are still outputting the incorrect xml) 4 3 5 The solution as suggested by Tom Fukushima, is to transform the xml into its pre-2.2 form before deserialization only if we're connecting to a <= 2.1 server.