Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugs fixed: * Fixed output truncation with the CDX CLI tool due to OutputStreamWriter buffer not being flushed or closed before exit * CdxWriter.process(files, useAbsolutePaths) ignored the useAbsolutePaths=false option case was always outputting absolute path * CdxRequestEncoder: Improved pywb compatiblity for non-ASCII characters in url encoded request bodies * CdxRequestEncoder: Fixed URLDecoder exception for large request bodies or those including invalid percent encoding * WarcWriter.fetch: Fixed bug where maxTime limit accidentally used the value of maxLength option instead
- Loading branch information