Skip to content

Commit

Permalink
Release 0.28.4
Browse files Browse the repository at this point in the history
Bugs fixed

* CDX formatting now percent encodes spaces, newlines and null characters in all string fields. This is non-standard but at least prevents us outputting invalid CDX lines.
* CdxRequestEncoder now handles requests with an invalid content-type header
  • Loading branch information
ato committed Dec 6, 2023
1 parent d3a6247 commit a6846ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.netpreserve</groupId>
<artifactId>jwarc</artifactId>
<version>0.28.3</version>
<version>0.28.4</version>

<name>jwarc</name>
<description>Java library for reading and writing WARC files with a typed API</description>
Expand Down

0 comments on commit a6846ae

Please sign in to comment.