From 4718dccd1c09570efd66dae975f0a8d37e7c4e07 Mon Sep 17 00:00:00 2001 From: Yasser Zamani Date: Fri, 16 Feb 2018 14:14:21 +0330 Subject: [PATCH] comment jira issue id and fix a few typos See also WW-4920 --- .../opensymphony/xwork2/util/fs/StrutsJarURLConnection.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/opensymphony/xwork2/util/fs/StrutsJarURLConnection.java b/core/src/main/java/com/opensymphony/xwork2/util/fs/StrutsJarURLConnection.java index 1077d9087..d30ab8d87 100644 --- a/core/src/main/java/com/opensymphony/xwork2/util/fs/StrutsJarURLConnection.java +++ b/core/src/main/java/com/opensymphony/xwork2/util/fs/StrutsJarURLConnection.java @@ -38,10 +38,10 @@ import java.util.jar.JarFile; /** * WW-4901 If was needed, decouples from underlying implementation of {@link URL#openConnection()} * e.g. from IBM WebSphere com.ibm.ws.classloader.Handler$ClassLoaderURLConnection - * Also decouples from and fixes {@link JarURLConnection#parseSpecs(URL)} if was needed + * WW-4920 Also decouples from and fixes {@link JarURLConnection#parseSpecs(URL)} if was needed * e.g. from Oracle WebLogic which may report jar urls like "zip:C:/web-app-lib-path/some-jar.jar" * but {@link JarURLConnection#parseSpecs(URL)} breaks on such urls - * While {@link JarURLConnection#parseSpecs(URL)} is private then we had too extends {@link URLConnection} instead + * While {@link JarURLConnection#parseSpecs(URL)} is private, then we had to extend {@link URLConnection} instead * @since 2.5.15 */ class StrutsJarURLConnection extends URLConnection {