Merge branch '2.7.x'
Closes gh-31876
This commit is contained in:
@@ -413,7 +413,7 @@ public class Handler extends URLStreamHandler {
|
||||
*/
|
||||
static void captureJarContextUrl() {
|
||||
if (canResetCachedUrlHandlers()) {
|
||||
String handlers = System.getProperty(PROTOCOL_HANDLER, "");
|
||||
String handlers = System.getProperty(PROTOCOL_HANDLER);
|
||||
try {
|
||||
System.clearProperty(PROTOCOL_HANDLER);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user