Name: rlT66838 Date: 05/23/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
applets download jars on each reload of the containing html page irrespective
of the cache_version attribute. the versioning and caching mechanism seems to
work in that the right versions of the jars are actually used but the jars are
still downloaded each time, which can be seen in the http server log files.
there is a GET request entry for each jar. below is the used embed tag from the
containing html page. we use netscape 4.72 and a valid thawte netscape object
signing cert for signing the applet jar.
<embed type="application/x-java-applet;version=1.3"
cache_option="Plugin"
cache_archive="gb1.jar,s7base.jar,s7procurement_gui.jar"
cache_version="0.0.1.2,0.0.0.3,0.0.0.5"
code com/signal7/gb1/gui/GB1Applet
language="de"
country="DE"
WIDTH 50
HEIGHT 50
pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html">
</embed>
(Review ID: 105234)
======================================================================