opengeospatial / ets-wfs20

Executable Test Suite for WFS 2.0
Other
8 stars 11 forks source link

WFS 2.0 - invalid GeometryOperand Unexpected HTTP status code #275

Open CeciliaPH opened 1 month ago

CeciliaPH commented 1 month ago

Describe the bug We are validating our services against your validator and we are getting some errors like: org.opengis.cite.iso19142.basic.filter.spatial.BBOXTests invalidGeometryoperand OGC TEAM Engine reported a failed test: Unexpected HTTP status code.

To Reproduce We checked our service: https://www.ign.es/wfs-inspire/unidades-administrativas?request=GetCapabilities&service=WFS

Expected behavior We would need an specific response or explanation for this error to try to guess a solution.

Additional context We are not sure if this is the same issue as https://github.com/opengeospatial/ets-wfs20/issues/247

dstenger commented 1 month ago

Thank you for reporting.

I can reproduce the behavior and, indeed, the logged request in HTML report returns HTTP status code 403 which is valid for this test. We will do further investigation.