Hi,
I've configured a custom connector to poll an external website for a text using the default HTTP Transport and Text Adapter.

However, the configured connector does not receive any data and this can be found in a log:
com.esri.ges.transport.http.LastModifiedToDateFormatter
Unable to parse date: Fri, 04 Dec 2020 15:17:37 GMT. java.text.ParseException: Unparseable date: "Fri, 04 Dec 2020 15:17:37 GMT" at java.text.DateFormat.parse(DateFormat.java:366) ~[?:?] at com.esri.ges.transport.http.LastModifiedToDateFormatter.toDate(LastModifiedToDateFormatter.java:26) [91:com.esri.ges.framework.transport.http-transport:10.8.1] at com.esri.ges.transport.http.HttpInboundTransport.onReceive(HttpInboundTransport.java:546) [91:com.esri.ges.framework.transport.http-transport:10.8.1] at com.esri.ges.transport.http.HttpInboundTransport.getData(HttpInboundTransport.java:245) [91:com.esri.ges.framework.transport.http-transport:10.8.1] at com.esri.ges.transport.http.HttpInboundTransport$WorkerThread.run(HttpInboundTransport.java:130) [91:com.esri.ges.framework.transport.http-transport:10.8.1]
The external website holding the data is setting the "Last-Modified" response header. It seems the HTTP Transport is having some issues parsing the date, even if the Receive New Data Only property is set to No in the configured connector.
Thanks for any insight.
Matej