HTTP Client Attributes

Tom Scavo trscavo at gmail.com
Thu May 3 11:24:27 EDT 2018


Thanks Rod. Comments and questions below.

On Thu, May 3, 2018 at 11:11 AM, Rod Widdowson <rdw at steadingsoftware.com> wrote:
>
> From the schema:
>         supportedContentTypes,
>         maxConnectionsTotal,
>         maxConnectionsTotal
>                 are *NOT* available (directly) on the batch loaders.

That seems like a bug. Should I file an issue in jira?

> From the code:  The following attributes cause a warning to be emitted if present with a httpClientRef
>
>         requestTimeout
>         connectionTimeout
>         connectionRequestTimeout
>         socketTimeout
>         disregardSslCertificate
>         disregardTLSCertificate
>         proxyHost
>         proxyPort
>         proxyUser
>         proxyPassword

Hmm, the wiki docs do not agree with the above list so let me ask: Are
basicAuthUser and basicAuthPassword mutually exclusive of
httpClientRef? Are httpClientRef and httpClientSecurityParametersRef
mutually exclusive of each other?

Here is the Million Dollar Question: What is the default value of the
httpCaching attribute on a FileBackedHTTPMetadataProvider? (Please
don’t say “none!”)

Thanks,

Tom


More information about the dev mailing list