Hi Praveen,

"Praveen Nayak" <[EMAIL PROTECTED]> wrote on 08/28/2007 03:26:16 
AM:

>  I have built the batik-all.jar and created an applet around it.

> When the page is downloaded by the client, the image comes up 
> alright. But there was one problem I noticed. The applet starts 
> sending requests to the server. These requests come by the hundreds.
> The server doesn't have these classes and returns HTTP 401 error.
> 
> The requests were for classes like the following: 
> 
> /org/w3c/dom/DeleteList.class 

    This is a feature of Rhino the JavaScript implementation that
we use.  Unfortunately I'm not aware of a good/simple solution to
the problem.

> I searched around and couldn't find the classes among the Jars 
> required for Batik.

   As part of trying to resolve global variables Rhino checks
a list of packages to see if they define a class with that name.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to