iipc / webarchive-commons

Common web archive utility code.
Apache License 2.0
49 stars 72 forks source link

WAT extractor: Entity-Trailing-Slop-Bytes should be called Entity-Trailing-Slop-Length #48

Closed ldko closed 8 years ago

ldko commented 9 years ago

According to the specification at https://webarchive.jira.com/wiki/display/Iresearch/Web+Archive+Metadata+File+Specification, the "Entity-Trailing-Slop-Bytes" currently being put into the Payload-Metadata should be called "Entity-Trailing-Slop-Length"

https://github.com/iipc/webarchive-commons/blob/master/src/main/java/org/archive/resource/ResourceConstants.java#L107

@saraaubry @scheylord