Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6.0-RC2
-
Fix Version/s: 1.6.1, 1.7.0-beta1
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
Description
We should consider supporting the update sequence parameter. This may be beyond the scope of what we want to hit immediately, but it could be nice to implement it based on 'saves' done in the admin tool. Of course that would require caching past version somewhere, which could get a bit tiresome. But to fully pass the ACE-GIS tests we should handle this:
test 3
task 1: When a GetCapabilities request is made with an UPDATESEQUENCE parameter set to the current update sequence value, then the server returns a valid exception (code = CurrentUpdateSequence).
task 2: When a GetCapabilities request is made with an UPDATESEQUENCE parameter set to a value higher than the current update sequence value, then the server returns a valid exception (code = InvalidUpdateSequence).
task 3: When a GetCapabilities request is made with an UPDATESEQUENCE parameter set to a value lower than the current update sequence value, then the server returns the capabilities file.
Issue Links
- is depended upon by
-
GEOS-234
Pass all ACE-GIS WMS tests
-
I think we can trivially support this to pass the tests...