Alex Osborne
Alex Osborne
HTTP/2 introduced a new [server push](https://tools.ietf.org/html/rfc7540#section-8.2) mechanism where instead of a client sending a request the server can anticipate a request a client is expected to make and 'push' a...
Section 5.8 and 5.9 in the WARC 1.1 spec include the following two examples: WARC-Block-Digest: sha1:AB2CD3EF4GH5IJ6KL7MN8OPQ WARC-Payload-Digest: sha1:3EF4GH5IJ6KL7MN8OPQAB2CD These are invalid because: 1. The character "8" is not part of...
When converting content in an archive it is useful for diagnostic purposes to record the versions of major software components used and important conversion options. Another common use case is...
## Problem 1: dates What should WARC-Date on a 'conversion' record be? Section 5.4 says: > The timestamp shall represent the instant that data capture for record creation began. Does...
Java equivalent of #10
Suggested by Ilya
This eliminates a few more very old dependencies that aren't in Maven Central. Our direct usage of the unsupported sun.reflect.ReflectionFactory JDK API (which newer compilers complain about) is no longer...
Currently the upgrade process looks like: 1. Start OutbackCDX with desired `--index-version` option. 2. `curl -XPOST http://localhost:8080/myindex/upgrade` to start the upgrade. 3. The server will periodically log progress, note that...
It seems the onQueryInput event is sometimes not triggered by pasting. Typing works however.
If a rule has an accessed between date range filled in, after clearing the fields and pressing save the date is still in the rule. Workaround: curl http://localhost:8080/mycollection/access/rules/123 > rule.json...