Skip to content

1.4.6

Compare
Choose a tag to compare
@MaisiKoleni MaisiKoleni released this 20 Mar 13:12
· 508 commits to master since this release

User-Side Changes

  • Improve SecurityManager to accept doPrivileged.
    This improves usability by preventing some undesired security exceptions being thrown, e.g. if students use Thread by extending the class. The change should solve similar problems as well.