Auto Download only up to 1.5.0_08
When will sun make 1.5.0_10 available to download automatically through JWS?
Sun has released 1.5.0_10 and even pushed it to the desktop update applet (not sure that is correct term, the icon in the desktop tray that has balloon pop-ups)
Here's my JNLP code snippet for those who are curious and trying to get autodl to work.
<j2se version="1.5.0_08+"
href="http://java.sun.com/products/autodl/j2se"
initial-heap-size="56m" max-heap-size="256m"
java-vm-args="-XX:JavaPriority10_To_OSPriority=10 -XX:JavaPriority9_To_OSPriority=9"/>
*note thehref= was required to specify a point release (vendor release).
"1.5.0_09+" and "1.5.0_10+" will not work 1/2/07.
The error you will get is:
Error Code 11 (11 Could not locate requested version)
returned from server when accessing resource:
(http://java.sun.com/products/autodl/j2se, 1.5.0_10+)

