Changes between Version 5 and Version 6 of FDORfc10


Ignore:
Timestamp:
Aug 23, 2007, 11:03:40 PM (17 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc10

    v5 v6  
    124124
    125125This change will break the backwards compatibility. For example, configuration files created with this change won't be able to be used in previous version. This is a problem because currently WMS override API will do a strict check on parsing <Image> ... </Image> in the configuration file. E.g. it could only recognize png, jpg, Gif, or tif. They are hard-coded in the code:
    126 
     126{{{
    127127    static FdoString* g_WmsImageFormatPng                   = L"PNG";
    128128    static FdoString* g_WmsImageFormatTif                   = L"TIF";
    129129    static FdoString* g_WmsImageFormatJpg                   = L"JPG";
    130130    static FdoString* g_WmsImageFormatGif                   = L"GIF";
    131 
     131}}}
    132132There is no problem with forwards compatibility for old version of configuration files will also work with this change.
    133133