[Bug 2029] web-storage-service fails to start if machine is not connected to the internet

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Oct 20 13:48:44 UTC 2014


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

Severin Gehwolf <sgehwolf at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sgehwolf at redhat.com

--- Comment #2 from Severin Gehwolf <sgehwolf at redhat.com> ---
Here are two possible ways to fix this problem.

1. Create a javax.servlet api jar which is suitable for jetty 9.1
   consumption, has OSGi metadata *and* javax/servlet/resources/* DTDs in it.
   Currently we use 3.1.0 javax.servlet api, which has OSGi metadata, but no
   javax/servlet/resources DTD (specifically
javax/servlet/resources/web-app_2_3.dtd which is the DTD in our web.xml)
2. Add jetty-schemas.jar to the boot classpath of Thermostat. This should be
   OK since it only contains DTDs and XML schema documents.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20141020/c1f9f9fd/attachment-0001.html>


More information about the distro-pkg-dev mailing list