Re: 4523159: suggestion for a bugfix for 13 year old "jars in path with !"

2015-09-15 Thread Stuart Marks
Hi Daniel, Thanks for looking at this old bug. I'm concerned about the approach of looking in the filesystem to determine how to parse the URL. If that's the case, then it's no longer possible to look at just the URL string and determine what it represents. Instead, it's possible that differe

4523159: suggestion for a bugfix for 13 year old "jars in path with !"

2015-09-15 Thread Daniel Wilhlem
Hi, Our download manager http://jdownloader.org/ has millions of customers. Some of them also suffered from the 13 year old bug http://bugs.java.com/view_bug.do?bug_id=4523159. The issue happens because '!/' is used as seperator between a jar file and its content in URLStreamHandler and JarURLC