-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advice requested for a failing WCS 2.0.1 test #137
Comments
Thank you for reporting. |
I moved this issue to the ets-wcs20 tracker as it is related to that test suite. |
@robinhoutmeyers Imho the failures are caused by value of the format parameter. The test suite send this as is, i.e. not url encoded. The quotation marks seem to cause the problem.
The XMLValidatingParser cannot properly handle this response. The service you mentioned seems to be offline, btw. But I did some tests with the following service https://demo.luciad.com:443/LuciadFusionPlatform/ogc/wcs/compliance_test and the WCS 1.1 test suite, where a similar issue seems to be present. |
Decision during CITE meeting 2024-07-18:
|
New issue was created for WCS 1.1 test suite: opengeospatial/ets-wcs11#79 |
I am testing our LuciadFusion WCS 2.0.1 implemention against the WCS 2.0 Conformance Test Suite, but there is one failing issue for which it is not clear to me why it is failing.
The test that fails is Test wcs2:get-kvp-core-req30
The test details include the following:
Method: get
URL: https://demo.luciad.com:443/LuciadFusionPlatform2024/ogc/wcs/compliance_test?&service=WCS&VERSION=2.0.1&request=GetCoverage&coverageid=US_Relief&format=image/tiff;subtype="geotiff"&mediatype=multipart/related&subset=dimension_bogus(-168.1,-60.099999999999994)
Error in call to extension function {public org.w3c.dom.NodeList com.occamlab.te.TECore.request(org.w3c.dom.Document,java.lang.String) throws java.lang.Throwable}: Exception in extension function java.lang.RuntimeException: Parser {http://www.occamlab.com/te/parsers}XMLValidatingParser threw an exception.
Result: Failed
At first sight, https://demo.luciad.com:443/LuciadFusionPlatform2024/ogc/wcs/compliance_test?&service=WCS&VERSION=2.0.1&request=GetCoverage&coverageid=US_Relief&format=image/tiff;subtype="geotiff"&mediatype=multipart/related&subset=dimension_bogus(-168.1,-60.099999999999994) returns the expected result.
Do you have any idea what could be the cause of this issue?
The text was updated successfully, but these errors were encountered: