Caucho maker of Resin Server | Application Server (Java EE Certified) and Web Server


 

Resin Documentation

home company docs 
app server 
 Resin Server | Application Server (Java EE Certified) and Web Server
 

resin 4.0.51 release notes


Summary

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.

Database Timing

Fixed timing issues with the underlying database block cache, which could lead to corrupted blocks.

Hessian Class Whitelist

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();
}  

Copyright © 1998-2015 Caucho Technology, Inc. All rights reserved. Resin ® is a registered trademark. Quercustm, and Hessiantm are trademarks of Caucho Technology.