Java Security, 2nd Edition By Scott Oaks This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated February 27, 2008. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (81) Section Setting a Security manager, item public static void setSecurityManager(SecurityManager sm); security manger --> security manager [91] first line; public PermissionCollection newPermissionsCollection() { should be: public PermissionCollection newPermissionCollection() { *permission is singular*