-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
WMTS 1.0.0 returns wrong HTTP status code when requesting an non exisiting endpoint #905
Comments
Analysis of test failureThe test is currently failing with deegree 3.4-RC3 (current reference implementation) and deegree 3.4.0. Thus, the new test failure is related to the update of Java from |
Problem is solved for cite.opengeospatial.orgSolution is to use |
Suggestion: try another OpenJDK build such as https://www.azul.com/downloads/zulu/zulu-linux/ |
Next step:
|
Test OpenJDK build of AzulCreate Docker Network
Install Zulu on Docker Container instance
Setup deegree on same Docker Container instance
deegree is reachable via: http://localhost:8081/deegree-webservices-3.4.0/
Start WMTS test suite on new Docker Container instanceFollowing project is used: teamengine-docker.
Execute WMTS testsExecute test suite against http://deegree:8080/deegree-webservices-3.4.0/services/wmts100?service=WMTS&request=GetCapabilities. --> All tests are passed successfully. ConclusionThus, it can be concluded that the Debian package version of OpenJDK is erroneous. When Zulu OpenJDK is used, all tests are passed. |
PR #909 contains updates for the installation section of the handbook with hints to use TCK certified distributions of OpenJDK. |
When OGC CITE test suite [1] is executed with deegree 3.4.0 [2], one test is failing.
Test result: http://cite.opengeospatial.org/teamengine/viewSessionLog.jsp?session=s0041
One test is failing: Test wmts:Server.KVP.GET.HTTP.Mandatory
This test did not fail with 3.4-RC7 (#882).
Reason of failure:
Fail: Server returned 200 instead of expected HTTP status code 404 in response to request http://cite.deegree.org/deegree-webservices-3.4.0/services/wmts100/nonesuch
Hints:
[1] http://cite.opengeospatial.org/teamengine/
[2] http://cite.deegree.org/deegree-webservices-3.4.0/services/wmts100?service=WMTS&request=GetCapabilities
The text was updated successfully, but these errors were encountered: