Upload works ok on MSIE 6 SP2, but fails strangely on Firefox 1.0 and Mozilla 1.7.3. All these browsers are installed on the same Windows XP, the JRE used is 1.42_06 and Gallery is 1.44-pl4.
The error is:
210834|ERROR|Gallery |No protocol implementation found
java.lang.NullPointerException
at com.gallery.GalleryRemote.model.Gallery.doUploadFiles(Gallery.java:114)
at com.gallery.GalleryRemote.GRAppletMini.actionPerformed(GRAppletMini.java:286)
There is a funny thing on my web server's log. Naturally it says like:
GET /gallery/java/GalleryRemoteAppletMini.jar HTTP/1.0
but also:
GET /gallery/com/gallery/GalleryRemote/resources/GRResources.class HTTP/1.0
I don't think that's the proper way to load the class.