On Wed, 27 Jan 2021 18:58:01 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> I think we should produce an error for something like gz=abc rather than use > that as the filename, because I think it is likely user error. Agreed. My suggestion was exactly this. We have to return an error in any attempt to start filename with "gz=". It will also simplify the code and make it more straightforward. ------------- PR: https://git.openjdk.java.net/jdk/pull/1712