📄 resin-3.0.14.xtp
字号:
<document> <header> <product>resin</product> <title>Resin 3.0.14 Release Notes</title> </header><body><summary objsummary="localtoc"/><s1 title="Wiki"><p>Resin now has a <a href="http://www.caucho.com/wiki">wiki</a>.</p></s1><s1 title="Configuration functions"><p>The configuration file EL can now support a library ofpredefined functions. The new functions are:</p><ul><li>class_exists(name) - returns true if the class is loadable</li><li>jndi(name) - equivalent to jndi:lookup</li><li>jndi_lookup(name) - equivalent to jndi</li></ul></s1><!-- feature reverted<section title="Context.lookup"><p>The JNDI lookup() method now throws a NameNotFoundException if thename does not exist.</p></section>--><s1 title="cookie-modulo-cluster"><p>The cluster encoding in the session cookie is now controllable bycookie-module-cluster, defaulting to false.</p><p>If true, session cookie valuescan start with modulo values of the index. So a two server clustercould generate 'a', 'c', 'e', g', etc. for the index='1' server.</p><p>If false, the session cookie value matches the cluster index.So the two server cluster would only generate the 'a' prefix.</p></s1><s1 title="isapi_srun.dll"><p>Important flusing/buffering issues with isapi_srun.dll fixed.</p></s1><s1 title="GzipFilter"><p>GzipFilter now understands "deflate" as well as "gzip". "gzip" haspriority, currently.</p></s1><s1 title="TaskResource"><p>There is now a task resource for launching a thread forlong-running initialization objects. The work task just needsto implement java.lang.Runnable.</p><example><resource type="com.caucho.resources.TaskResource"> <init> <work resin:type="qa.TestWork"/> </init></resource></example></s1><s1 title="__FILE__"><p>The EL variable \${__FILE__} is now available, referring to thecurrent configuration file.</p></s1><!-- feature reverted<section title="stdout: and stderr:"><p>The stdout: and stderr: VFS schemes now use the original values ofSystem.out and System.err. They are no longer affected by the <stdout> and <stderr> items.</p></section>--><s1 title="cache/enable-range"><p>Added an enable-range attribute to the <cache>, defaulting to true.Makes it possible to disable the range support if necessary.</p></s1><s1 title="ejb-server/read-data-source"><p>Added read-data-source and xa-data-source to <ejb-server>.In some cases, deployments may use a different <database> configurationfor read-only requests, e.g. a <database> with multipleload-balanced <driver> blocks, but use a different <database> forthe writes and transactions.</p></s1></body></document>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -