Changes between Version 2 and Version 3 of MapGuideRfc19
- Timestamp:
- 03/07/07 16:12:56 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc19
v2 v3 23 23 == Overview == 24 24 25 There is currently no mechanism in place to allow older clients to communicate with a newer MapGuide web tier or server and vice versa. 25 **** WORK IN PROGRESS **** 26 **** WORK IN PROGRESS **** 27 **** WORK IN PROGRESS **** 28 **** WORK IN PROGRESS **** 29 **** WORK IN PROGRESS **** 30 31 There is currently no mechanism in place to allow older clients to communicate with a newer MapGuide web tier or server and vice versa. This needs to be addressed in order to allow easier upgrade paths for end-users. 26 32 27 33 == Motivation == … … 45 51 This solution only helps with newer releases of MapGuide as existing releases will not contain this forwards/backwards compatibility logic. However, the web tier/server will assume that if a CVER is not included in the HTTP operation that it is an older client and to use the oldest supported version of the operation. 46 52 53 The web tier and server must always be the same version because there could be changes to the TCP/IP protocol between them that could cause them to no longer comuunicate. There is already logic in place to identify this i 54 47 55 == Implications == 48 56