Rhino 1.5R4.1

Table of contents

  1. Resolved Bugzilla reports

1.5R4.1 is a bug fix release to address mostly regressions from 1.5R3 found in 1.5R4. The only visible API change compared with 1.5R4 is two new methods in org.mozilla.javascript.Context, getApplicationClassLoader() and setApplicationClassLoader(ClasssLoader). They allow to control the class loader Rhino uses when accessing application classes. For differences between 1.5R4 and 1.5R3, see 1.5R4 change log.

Resolved Bugzilla reports

The following Rhino reports in Bugzilla where resolved for Rhino 1.5 Release 4.

  • 96270 Unable to create java objects from within a javascript.
  • 193168 Rhino debugger in v1.5R4 fails to update script source when a script is reloaded.
  • 193555 1.5R4 regression: function expression has no access to its name.
  • 196017 1.5R4 regression: script can not find classes on some versions of JDK.
  • 200551 JavaAdapter not loading a class if js.jar installed in jre/lib/ext directory.