Opened 7 years ago
Closed 7 years ago
#1700 closed enhancement (fixed)
rasdaman should accept GetCapabilities requests without a version parameter
Reported by: | Vlad Merticariu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.5 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Peter Baumann, Dimitar Misev | |
Complexity: | Medium |
Description
version is mandatory in GetCapabilties requests, however a user might not know the supported versions until after seeing the Capabilities document.
We should maintain internally in a variable the latest supported WCS version (curently 2.0.1), and use that one in GetCapabilities requests that don't specify any version.
So http://localhost:8080/rasdaman/ows?service=WCS&request=GetCapabilities should be valid and behave like http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=GetCapabilities
Version still remains mandatory for all other WCS requests.
Change History (2)
comment:1 by , 7 years ago
Cc: | added |
---|---|
Milestone: | → 9.5 |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |