> > ...
> >> ....Is there such a thing as a code signing
[quoted text clipped - 5 lines]
>
> I believe the code signing certificate for signing MS .cab files
> Oh, CAB files, right... (I missed that)
>
[quoted text clipped - 5 lines]
>
> Cool.
Nice. I wish they'd make that clearer on their website. I'll keep it in
mind, and thanks.
> Luke - I hope you solve your conundrum, but remind
> whoever made that decision, that the number of MSVM's
> is fading every day, and the *best* advice a company
> can give to users of the MSVM is to upgrade to a
> VM that is not obsolete, insecure* and unsupported.
Actually, we did end up solving it. Thawte told us how to convert the
existing certificate, by exporting it from IE, then importing it to
FireFox, then exporting it /again/. A pain, but it resulted in a
properly-formed Jar-signing certificate at the end.
> * There are differences in security behaviour between
> the 3810 (final) build of the 1.1.4 MSVM and the
[quoted text clipped - 3 lines]
> Personally, I'd launch any (trusted) applet using web
> start and specifying Java '1.2+' - but maybe that's just me..
Me too, except that these applets are only a part of a web-based
platform that is written largely in Javascript. Don't snigger, because
it works. Quite an achievement considering what it does, and the
difficulty of debugging Javascript. And no, I didn't write it.
In any case, we are getting off the MS JVM. Ready to take it live at
our first site next week!
Cheers,
Luke
Andrew Thompson - 11 Nov 2006 02:08 GMT
...
> Actually, we did end up solving it.
Glad to hear.
> > Personally, I'd launch any (trusted) applet using web
> > start and specifying Java '1.2+' - but maybe that's just me..
>
> Me too, except that these applets are only a part of a web-based
> platform that is written largely in Javascript. Don't snigger, because
> it works. .....
I was almost about to add 'that strategy should
be fine for most users, and any applet that
doesn't require JS interaction' since interaction
with JS seems to be one of the last remaining
points to putting an applet in a web-page.
Andrew T.