RFR: 8273961: jdk/nio/zipfs/ZipFSTester.java fails if file path contains '+' character [v3]
Christoph Langer
clanger at openjdk.java.net
Tue Sep 21 18:10:35 UTC 2021
On Tue, 21 Sep 2021 10:17:33 GMT, Remilia Scarlet <github.com+22913521+1996scarlet at openjdk.org> wrote:
>> Add the pre-processing to replace "+" by "%2b" which avoids `URLDecoder.decoder` changing the path unexpectedly.
>>
>> Please review this change. Thanks!
>
> Remilia Scarlet has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR.
Marked as reviewed by clanger (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5574
More information about the nio-dev
mailing list