| # | Line 49 | Line 49 | public class Paths { | |
|---|---|---|
| 49 | } else { | |
| 50 | String jarPath = Paths.class.getProtectionDomain().getCodeSource() | |
| 51 | .getLocation().getPath(); | |
| 52 | + | jarPath = jarPath.replaceAll("\\+", "%2B"); |
| 53 | String decodedPath = null; | |
| 54 | try { | |
| 55 | decodedPath = URLDecoder.decode(jarPath, "UTF-8"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |