https://bz.apache.org/bugzilla/show_bug.cgi?id=63412
Remy Maucherat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Remy Maucherat <[email protected]> --- This will be fixed in 9.0.21. This is caused by the new async IO API which is now enabled by default (you can set useAsyncIO="false" on the Connector to avoid the exception; or add the permission to the policy file for now, IMO it's the best way). In catalina.policy: permission java.lang.RuntimePermission "accessClassInPackage.org.apache.tomcat.util.net"; -- 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]
