URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13353>

                 Summary: jar: URLs and fragments are incorrectly assembled
                 Project: classpath
            Submitted by: ziga
            Submitted on: Thu 06/09/2005 at 19:09
                Category: classpath
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________

Details:

Classpath doesn't handle fragments (#ref) to jar: URLs properly.  The
following URL:

  new URL(new URL("jar:file:/foo/bar.jar!/path"), "#ref")

is resolved by Classpath as:

  "jar:file:/foo/bar.jar!/"

while Sun's JRE resolves it as:

  "jar:file:/foo/bar.jar!/path#boat"

Similar URLs are used by Apache Batik for example.






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13353>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Commit-classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-classpath

Reply via email to