Posting this before filing an issue in line with the Issue Tracker guidelines.
There seems to be an issue with the application/vnd.ogc.gml/3.1.1 info_format on WMS GetFeatureInfo requests in 2.14.1. When the "/3.1.1" suffix is included the GetFeatureInfo request hangs indefinitely and no errors are logged. An identical request without the suffix returns as expected. "/3.1.1" is URL encoded and the full argument string is &INFO_FORMAT=application%2Fvnd.ogc.gml%2F3.1.1 I can replicate this issue with a Shapefile-based layer as well as an Oracle-based layer with the following workflow: - Open OpenLayers Layer Preview - Open browser's Dev Tools - Click on map - Copy GetFeatureInfo URL from Dev Tools Network tab - Replace info_format argument with application%2Fvnd.ogc.gml and issue request in new tab (works) - Replace info_format argument with application%2Fvnd.ogc.gml%2F3.1.1 and issue request in new tab (hangs indefinitely) The User Manual says that this info_format argument is valid in 2.14.x: https://docs.geoserver.org/stable/en/user/services/wms/reference.html
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
