Hello,

I have modified the core java file which is:

javax.script.AbstractScriptEngine

How can I now apply these changes to JVM?
First I wanted to put it to vm.jar file, but it does not have javax folder, only java. Even if I add it, it does not affect anything.

Can you please suggest a way?
I have taken the source code from scr.zip.

Modification includes XSS prevention methods.


cheers,
amughost