Resin Documentationapp server |
resin 4.0.51 release notes
We encourage people to report 4.0.51 bugs at http://bugs.caucho.com. 4.0.51 is primarily a bug fix release. Please see changes.xtp for a list of changes. Fixed timing issues with the underlying database block cache, which could lead to corrupted blocks. Added class loading whitelist to Hessian. HessianFactory factory = new HessianFactory(); factory.allow("com.foo.mypkg.*"); try (Hessian2Input hIn = factory.createHessian2Input(is)) { Object obj = hIn.readObject(); }
|