Skip to content

Filter tool on ARC and converting to WARC sets type "ARC/1.0" incorrecly instead of "WARC/1.1" #95

@thomasegense

Description

@thomasegense

The bug is in Message.java

void serializeHeaderTo(Appendable output) throws IOException {
output.append(version().toString()); <- (MessageVersion class)
output.append("\r\n");
headers.appendTo(output);
output.append("\r\n");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions