https://issues.apache.org/bugzilla/show_bug.cgi?id=51359

Guenter Knauf <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #4 from Guenter Knauf <[email protected]> ---
You can now already run JScript code if you wrap it into a wsf file; f.e.
create a testjs.wsf in cgi-bin folder with content:
'!c:/windows/system32/cscript -nologo
<job>
<script language="JScript">
  WSH.Echo("Content-type: text/plain\n");
  WSH.Echo("Hello world from " + ScriptEngine() + " !");
</script>
</job>

isnt this sufficient?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to