dysbulic / tip

Basis for a shared filesystem.
http://tip.dhappy.org
2 stars 5 forks source link

Garbage terminating strings in Linux Chrome #2

Open dysbulic opened 12 years ago

dysbulic commented 12 years ago

in the xhtml, there are lines such as:

applet.eval( '/lib/jquery/indirect/rhino' )
applet.eval( '/bin/file/list/rhino' )

In chromium-browser the standard output is:

Feb 9, 2012 11:08:38 AM org.dhappy.mimis.ScriptRunnerApplet eval
WARNING: Could not get: /lib/jquery/indirect/rhinoal
Feb 9, 2012 11:08:38 AM org.dhappy.mimis.ScriptRunnerApplet eval
WARNING: Could not get: /bin/file/list/rhino�

There are additional characters appended to the argument to eval.