Skip to content

Commit

Permalink
Merge branch '2.7.x'
Browse files Browse the repository at this point in the history
Closes gh-31876
  • Loading branch information
philwebb committed Jul 26, 2022
2 parents 193c1d7 + fd076ab commit 35a65cf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -413,7 +413,7 @@ static void addToRootFileCache(File sourceFile, JarFile jarFile) {
*/
static void captureJarContextUrl() {
if (canResetCachedUrlHandlers()) {
String handlers = System.getProperty(PROTOCOL_HANDLER, "");
String handlers = System.getProperty(PROTOCOL_HANDLER);
try {
System.clearProperty(PROTOCOL_HANDLER);
try {
Expand Down

0 comments on commit 35a65cf

Please sign in to comment.