[
https://issues.apache.org/jira/browse/NUTCH-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17864267#comment-17864267
]
ASF GitHub Bot commented on NUTCH-3062:
---------------------------------------
sebastian-nagel opened a new pull request, #822:
URL: https://github.com/apache/nutch/pull/822
Adds property `store.protocol.versions` - if true, protocol-okhttp records
protocol versions and related in response metadata:
- `_protocol_versions_` holds the HTTP and SSL/TLS versions
- `_cipher_suites_` holds the SSL/TLS cipher suites
Minor cleanup: do not rely on the system encoding in method getBytes() when
storing verbatim HTTP headers. Use iso-8859-1 (HTTP headers should be ASCII
only).
> protocol-okhttp: optionally record HTTP and SSL/TLS versions
> ------------------------------------------------------------
>
> Key: NUTCH-3062
> URL: https://issues.apache.org/jira/browse/NUTCH-3062
> Project: Nutch
> Issue Type: Improvement
> Components: protocol
> Affects Versions: 1.21
> Reporter: Sebastian Nagel
> Assignee: Sebastian Nagel
> Priority: Minor
> Fix For: 1.21
>
>
> Background: WARC headers may record the HTTP and SSL/TLS versions (see
> [iipc/warc-specifications#42|https://github.com/iipc/warc-specifications/issues/42])
> and the SSL/TLS cipher suites (see
> [iipc/warc-specifications#86|https://github.com/iipc/warc-specifications/issues/86]).
> This issue is about to track the necessary information, for now, in
> protocol-okhttp.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)