Hi Hugues, hugues parvillers wrote:
Using batik inside a larger java component, I would like to know how to do to setup batik proxy and also scripts protection ?
Batik simply uses the existing JDK Authentication system to handle proxies. The code that does this can be found in the Main.java class of the squiggle application (package batik.apps.svgbrowser) lines 317, 670. This class also sets up much of the security stuff, some of this is using the Java Sandbox and some of it is dependent on the security policy of the SVGUserAgent associated with the JSVGCanvas. There is a lot more of this code so I can't easily give line numbers.
If I run batik / squiggle, I see parameters are saved. So where !??
In the Main class. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
