Hello all, I am trying to inject a request header in wps:reference requests to remote inputs by adding a HeaderType to the appropriate InputReferenceType via a custom ProcessManager.
However, RemoteRequestInputProvider.java only adds headers (line 146) if the protocol is "http" (not "https") - the check is done on lines 87 and 115. See: https://github.com/geoserver/geoserver/blob/master/src/extension/wps/wps-core/src/main/java/org/geoserver/wps/executor/RemoteRequestInputProvider.java Is there a reason why "http" and "https" requests cannot be treated the same way here? Thanks, Kristian.
_______________________________________________ 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
