Changes between Initial Version and Version 1 of Ticket #1377


Ignore:
Timestamp:
Jun 22, 2010, 12:31:45 PM (14 years ago)
Author:
brucedechant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1377 – Description

    initial v1  
    11This is the section about versions negotiation in WMS specification[[BR]]
    22[[BR]]
    3 1. If a version unknown to the server and higher than the lowest supported version is requested, the   server should send the highest version to supports that is less than the requested version.
     31. If a version unknown to the server and higher than the lowest supported version is requested, the server should send the highest version it supports that is less than the requested version.
    44[[BR]]
    55[[BR]]
    6 2. If a version lower than any of those known to the server is requested, then the server shall  send the lowest version it supports.
     62. If a version lower than any of those known to the server is requested, then the server shall send the lowest version it supports.
    77[[BR]]
    88[[BR]]
    9 So, for the current implementation of OgcServer in webTier, there's a potential issue for an unknown version which just greater than the lowest supported version and less than any other supported versions.
     9So, for the current implementation of !OgcServer in webTier, there's a potential issue for an unknown version which is just greater than the lowest supported version and less than any other supported versions.
    1010[[BR]]
    11 For example, MapGuide support 1.0.0 and 1.1.0. if there's a 1.0.5 request, MapGuide should reply a 1.0.0. However, the response is the highest version in cuurent implementation.
     11For example, MapGuide support 1.0.0 and 1.1.0. if there's a 1.0.5 request, MapGuide should reply a 1.0.0. However, the response is the highest version in the current implementation.
    1212[BR]]
    1313[[BR]]
    14 MapGuide already supported all the possible versions of WMS, nervertheless it's still a potential issue.
     14MapGuide already supports all the possible versions of WMS, nervertheless it's still a potential issue.