RFR: 8273961: jdk/nio/zipfs/ZipFSTester.java fails if file path contains '+' character [v2]

Remilia Scarlet github.com+22913521+1996scarlet at openjdk.java.net
Tue Sep 21 05:42:11 UTC 2021


> 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. The pull request contains one new commit since the last revision:

  8273961: [testbug] jdk/nio/zipfs/ZipFSTester.java fails if the path has plus character

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5574/files
  - new: https://git.openjdk.java.net/jdk/pull/5574/files/e66bbd37..4e07d675

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5574&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5574&range=00-01

  Stats: 13 lines in 1 file changed: 11 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5574.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5574/head:pull/5574

PR: https://git.openjdk.java.net/jdk/pull/5574


More information about the nio-dev mailing list