You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that adding a filter returns 403 Forbidden responses.
The feature attributes have changed as the tests are expecting a GEOLOGICHISTORY and StratigraphicUnit attributes. The new fields are below. Changing the filter to use these new fields however still returns 403 Forbidden responses.
2 tests in the CI are currently failing:
test_xmlfilter_wfs_110
andtest_xmlfilter_wfs_200
. These both use the server https://services.ga.gov.au/gis/stratunits/owsThe server is still online, and requests such as https://services.ga.gov.au/gis/stratunits/wfs?service=WFS&version=1.1.0&request=GetCapabilities and https://services.ga.gov.au/gis/stratunits/wfs?service=WFS&version=1.1.0&request=GetFeature&typename=stratunit%3AStratigraphicUnit&maxfeatures=2 both return valid data.
It appears that adding a
filter
returns403 Forbidden
responses.The feature attributes have changed as the tests are expecting a
GEOLOGICHISTORY
andStratigraphicUnit
attributes. The new fields are below. Changing the filter to use these new fields however still returns403 Forbidden
responses.Example of a failing request with valid fields: https://services.ga.gov.au/gis/stratunits/wfs?service=WFS&version=1.1.0&request=GetFeature&filter=%3Cogc%3APropertyIsLike+xmlns%3Aogc%3D%22http%3A%2F%2Fwww.opengis.net%2Fogc%22%3E%3Cogc%3APropertyName%3Estratunit%3AGMLID%3C%2Fogc%3APropertyName%3E%3Cogc%3ALiteral%3Ega.gsmlp.geologicunitview.5234%3C%2Fogc%3ALiteral%3E%3C%2Fogc%3APropertyIsLike%3E&typename=stratunit%3AStratigraphicUnit&propertyname=%2A
Decoded filter:
Interestingly the filter without the namespace returns the full dataset.
The text was updated successfully, but these errors were encountered: