Alex Osborne

Results 49 issues of 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...

warc-format
proposal
http/2

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...

WARC/1.1-possible-errata

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...

warc-format
proposal

## 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...

warc-format
open-problem

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.

bug

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...

bug