[Bug 3198] Error in webmin
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Nov 9 09:29:13 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3198
--- Comment #9 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea-web?cmd=changeset;node=10424aa3ebd0
author: Jiri Vanek <jvanek at redhat.com>
date: Tue Nov 08 18:11:19 2016 +0100
Fixed PR3198. ITW now tries direct socket connection when it met invalid
http header by java impl.
* netx/net/sourceforge/jnlp/cache/ResourceDownloader.java:(downloadFile)
when Invalid Http response exception is encountered, direct socket connection
is tried before giving up
* netx/net/sourceforge/jnlp/util/UrlUtils.java: new method of
loadUrlWithInvalidHeaderBytes introduced. Based on loadUrlWithInvalidHeader,
just slower in reading header, and returns header as string and body as byte[].
New method getRemainingBytes introduced to read remaining byte[] from
originally char-processed stream.
* NEWS: mentioned PR3198
--
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/20161109/fb3c7ce4/attachment.html>
More information about the distro-pkg-dev
mailing list