You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments