📄 resin-3.0.11.xtp
字号:
<document> <header> <product>resin</product> <title>Resin 3.0.11 Release Notes</title> </header><body><summary objsummary="localtoc"/><s1 title="hessianProxy"><p>HessianProxyFactory has a setOverloadEnable(enable) flag. Overloadingis disabled by default.</p></s1><s1 title="CGIServlet adds executable attribute"><p>The CGI servlet has a new executable attribute to specify theprogram to execute the CGI script with.</p><example><servlet servlet-name="php-cgi" servlet-class="com.caucho.servlets.CGIServlet"> <init> <executable>/usr/local/bin/php</executable> </init></servlet></example></s1><s1 title="OpenSSL unclean-shutdown"><p>Added unclean-shutdown flag to openssl configuration to handle issueswith broken browsers.</p></s1><s1 title="<user-name> on Linux"><p>The new Linux threading model still does not properly implementsetuid for threaded programs. So <user-name> has been disabledfor Linux. Linux uses should use iptables or an equivalent port mapperto avoid the need for running as root to bind to port 80.</p></s1><s1 title="ResinConfigServer current"><p>A "current" value for ResinConfigServer uses gethostname for theproper connection.</p></s1><s1 title="rewrite"><p>Added forbidden, not-found, and gone.</p></s1><s1 title="DirectoryServlet enable"><pre><servlet servlet-name="directory" servlet-class="com.caucho.servlets.DirectoryServlet"> <init enable="false"/></servlet></pre></s1><s1 title="expand-cleanup-filset"><p>The expansion directives (web-app-deploy) now allow anexpand-cleanup-fileset to specify which files should be deleted on anew .war deploy.</p><pre><web-app-deploy path="webapps"> <expand-cleanup-fileset> <exclude>WEB-INF/data/**</exclude> </expand-cleanup-fileset></web-app-deploy></pre></s1><s1 title="resin:set has default attribute"><p>resin:set can now have a default attribute. For default, resin:set willonly set the variable if it has no other value.</p></s1><s1 title="cmp-field auto-generate='false'"><p>The CMP 2.1 cmp-field now has an optional auto-generate='false'attribute to handle the situation where '0' is an allowed primary key value.</p></s1><s1 title="persistent-store timeout"><p>Persistent store objects now respect the session timeout values.The no longer have longer timeouts when passivated. Previously,the session timeout only applied to memory-based objects.</p></s1><s1 title="expand-cleanup-fileset"><p>Expansions (war, ear, host) can now specify which files, if any, shouldbe cleaned up on a fresh expansion.</p><example><web-app-deploy path="webapps"> <expand-cleanup-fileset> <exclude>WEB-INF/data/**</exclude> </expand-cleanup-fileset></web-app-deploy></example></s1><s1 title="Acknowledgements"><p>Special thanks to Nancy Deschenes and G Homickiof <a href="http://www.spiders.com">Objective Consulting, Inc</a> foridentifying numerous fixes to the CGIServlet.</p></s1></body></document>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -