You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by pierre poulpe <pi...@yahoo.fr> on 2009/03/26 15:57:45 UTC

Re : Batik can't be executed from a network path (win32 environment)

On version 1.7, I modified 
C:\Pierre\Labware\00\batik\batik-1.7\sources\org\apache\batik\apps\rasterizer\SVGConverter.java
line 257, and set securityOff to true. It seems to fix my problem.
    /** Controls whether scripts should be run securely or not */
    protected boolean securityOff = true;


Of course it does the trick for me, but not satisfactory for your project. As I expected, I don't have enough skills with Java to help you on this.

Pierre


      


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


Re: Re : Batik can't be executed from a network path (win32 environment)

Posted by Helder Magalhães <he...@gmail.com>.
Hi Pierre,

> On version 1.7, I modified
> C:\Pierre\Labware\00\batik\batik-1.7\sources\org\apache\batik\apps\rasterizer\SVGConverter.java
> line 257, and set securityOff to true. It seems to fix my problem.
>    /** Controls whether scripts should be run securely or not */
>    protected boolean securityOff = true;
>
>
> Of course it does the trick for me, but not satisfactory for your project. As I expected, I don't have enough skills with Java to help you on this.

I believe this may be related to bug 45218 [1]. (You may CC your email
address there, as currently the bug tracker doesn't allow voting for
bugs).

Hope this helps,
 Helder Magalhães

[1] https://issues.apache.org/bugzilla/show_bug.cgi?id=45218

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org