Resin Documentationapp server |
resin 4.0.34 release notes
We encourage people to report 4.0.34 bugs at http://bugs.caucho.com. 4.0.34 is primarily a bug fix release. Please see changes.xtp for a list of changes. A GZipFilter bug introduced in 4.0.33 was causing slow or incomplete page loading. Users utilizing GZipFilter should upgrade to 4.0.34. The new SSL configuration <honor-cipher-order> matches the Apache HTTPD configuration. It enforces the cipher order specified by the server, overriding the client's preferences. ... <http host='localhost' port='8443'> <openssl> <certificate-file>keys/mycert.crt</certificate-file> <certificate-key-file>keys/mycert.key</certificate-key-file> <password>mypassword</password> <cipher-suite>ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP</cipher-suite> <honor-cipher-order>true</honor-cipher-order> </openssl> </http> ... <jmv-mode> parameter was introduced to change the JVM mode, to allow alternatives to -server. This change and other bug fixes allows Resin to run on the Raspberry Pi platform. Refer to the Resin 4 Wiki for more information on running Resin on a Raspberry Pi.
Added a "default" attribute to Resin's default servlet-mapping and changed the ServletRegistration behavior to override servlet-mapping defaults. The standard behavior of
|