I can't use the webdav client jars in a java app that is loaded with Java Web Start (version 1.0.1). After loading some other jars successfully the download stops with the message
"missing signed entry in resource http://.../webdav.jar" The reason seems to be this entry in the manifest file, >Name: org/apache/slide >Sealed: true When it is removed through unjar+jar, download is ok, but I would rather use the jar file without modifications. Any ideas, anyone? Thanks Eckard Buchner