[Bug 1204] Archive URL wrongly resolved

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Sep 26 07:26:37 PDT 2013


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1204

--- Comment #9 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea-web?cmd=changeset;node=654630a490cb
author: Andrew Azores <aazores at redhat.com>
date: Thu Sep 26 10:25:33 2013 -0400

    Fix for PR1204, handling of query strings and absolute paths.

    Absolute paths in resource URLs are correctly handled when appended to host
    URLs and URL query strings are not removed.

    * netx/net/sourceforge/jnlp/cache/ResourceUrlCreator.java:
    (getVersionedUrlUsingQuery) renamed to getVersionedUrl, refactored
    construction of URL
    * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java:
    (requestPluginProxyInfo) extracted proxy URI logic.
    (processProxyUri) new method for finding proxy URIs, handles absolute
    resource paths correctly
    * tests/netx/unit/net/sourceforge/jnlp/cache/ResourceUrlCreatorTest.java:
    added tests for ResourceUrlCreator#getVersionedUrl
    * tests/netx/unit/sun/applet/PluginAppletViewerTest.java: added tests for
    PluginAppletViewer.processProxyUri
    *
tests/reproducers/simple/AbsolutePathsAndQueryStrings/resources/AbsolutePathsAndQueryStrings.html:
    new reproducer checks that absolute paths and query strings in resource
    URLs are properly handled, and caching still works
    *
tests/reproducers/simple/AbsolutePathsAndQueryStrings/resources/AbsolutePathsAndQueryStrings.jnlp:
    same
    *
tests/reproducers/simple/AbsolutePathsAndQueryStrings/testcases/AbsolutePathsAndQueryStrings.java:
    same

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130926/bc688e84/attachment.html 


More information about the distro-pkg-dev mailing list