laptop and a wrench

Bug

ArcGIS Web Adaptor 10.9.1 fails to process some WFS filters for GetFeature requests.

Last Published: March 3, 2022 ArcGIS Web Adaptor
Bug ID Number BUG-000146853
SubmittedFebruary 14, 2022
Last ModifiedJanuary 29, 2025
Applies toArcGIS Web Adaptor
Version found10.9.1
Operating SystemWindows OS
Operating System Version2019 64 Bit
StatusAs Designed

Additional Information

The development team determined that this behavior is as designed. Please log any suggestions for improvements on the ArcGIS Ideas site.

Workaround

Refer to the workaround in the following article: https://support.esri.com/en/technical-article/000015245.

However, note that the line in web.config for the Web Adaptor (WA) the parameter to search, maxQueryStringLength does not yet exists. Esri recommends searching for httpRuntime and then edit the line to contain the missing parameters. Thee final line is:

<httpRuntime maxUrlLength="2097151" maxQueryStringLength="2097151" maxRequestLength="2097151" executionTimeout="100000" targetFramework="4.5" /> 

Besides under <system.webServer>, the <requestLimits> line must be modified to the following:

<requestLimits maxAllowedContentLength="2147483648" maxQueryString="2147483648" />

 

Restart IIS for the changes to take effect.

Steps to Reproduce

Bug ID: BUG-000146853

Software:

  • ArcGIS Web Adaptor

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options