]
Tomaz Cerar resolved WFLY-3664.
-------------------------------
Fix Version/s: 9.0.0.Beta1
Resolution: Partially Completed
As discussed on forums, majority of this problem is in original JNPL Servlet
implementation.
Pino Silvaggio put together fixed version of servlet and put it on github:
Exceptions during download of webstart libraries
------------------------------------------------
Key: WFLY-3664
URL:
https://issues.jboss.org/browse/WFLY-3664
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 8.1.0.Final
Environment: Windows 7 (64bit), Windows Server 2012 R2 (64bit)
Reporter: Markus Schwarz
Assignee: Tomaz Cerar
Priority: Minor
Fix For: 9.0.0.Beta1
Attachments: demo-src.zip, lsof.log.gz, server.log, server.log.gz
I have a webstart application using the JnlpDownloadServlet. If the client cache is
empty, launching the JNLP will download the libraries. The webstart application works as
expected, but in the server logs there are many errors regarding download of the
libraries.
Just to mention: Not always the same libraries are listed with erros in the logs files.
Sometimes I even got now exceptions.
For my tests I used Wildfly 8.1.0.FINAL as well as a nightly build from 24. of July
without any further changes of the configuration files
(
https://ci.jboss.org/hudson/job/WildFly-latest-master/).
I tested it under Windows 7 and Windows Server 2012 R2. The demo contains an older
JnlpDownloadServlet, but I tested it also with the one coming with JDK 7u65.