firefly-2.0_03 发布,一站式 Java Web 框架
jopen 12年前
Firefly是一个高性能一站式Web框架。 涵盖了web开发的主要技术栈。 包含Template engine、IOC、MVC framework、HTTP Server、Common tools、Log、Json parser等模块。
firefly-2.0_03相比firefly-2.0_rc版修正了HTTP Server的安全漏洞,供了新的HTTP Server参数,并修复了一些MVC框架的bug。
更新日志:
- 修复任意文件访问漏洞
- 新增HTTP Server pipeline参数控制是否启动HTTP管线化请求,默认关闭
- 修正资源访问模糊匹配bug
- nettool修改时间轮为静态成员
- ConcurrentLRUHashMap增加参数和listener泛型支持
- 新增HTTP Server启动接口,可以通过firefly.xml配置HTTP Server的参数
- 模版数组导航NPE异常问题
- 解决Controller多个HTTP Method匹配问题
源码:https://github.com/hypercube1024/firefly
主页:http://www.fireflysource.com
文档:http://code.google.com/p/firefly/w/list
下载地址:http://firefly.googlecode.com/files/firefly-2.0_03.zip