Apache Tomcat Native 1.1.31 发布
程序员必上的开发者服务平台 —— DevStore
Apache Tomcat Native 1.1.31 发布,与 1.1.30 版本比较,改进包括:
- 55938: Fix "Dereference of null pointer" issues in rarely used methods in ssl.c. Fix possible memory leak in Socket.sendto(). The issues were identified with clang-analyzer. (kkolinko)
- 56396: Do not create RSA keys shorter the 1024 bits if inside FIPS mode. (mturk)
- 56423: Implement stubs for methods fipsModeGet, fipsModeSet when library is compiled without OpenSSL. (kkolinko)
- 56596: Use OpenSSL 1.0.1h with Windows binaries. (markt)
Tomcat Native 这个项目可以让 Tomcat 使用 Apache 的 apr 包来处理包括文件和网络IO操作,以提升性能。