登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
Web开发框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
55
Star
336
Fork
40
smartboot
/
smart-servlet
代码
Issues
17
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v2.2
e473840
2024-08-31 10:34
下载
v2.1
ae52935
2024-08-11 08:29
下载
v2.0
7d13820
2024-07-28 15:47
下载
v1.6
备份master,未发布
6653b6f
2024-06-30 15:29
下载
v1.5
1. 优化 Servlet 初始化机制,防止多次执行 `init` 2. 优化`ServletRegistration#addMapping`规范实现。 2. 优化`HttpServletRequest#getIntHeader`规范实现。 2. 优化`HttpServletRequest#getSession`规范实现。 2. 优化`HttpServletRequest#setCharacterEncoding`规范实现 2. 优化`HttpServletRequest#getReader`规范实现 2. 优化`ServletContext#getResource`规范实现 2. 优化`ServletContext#getRealPath`规范实现 2. 优化`ServletContext#setInitParameter`规范实现 2. 优化`ServletContext#addServlet`规范实现 2. 优化`ServletContext#createServlet`规范实现 2. 优化`ServletContext#getServletRegistration`规范实现 2. 优化`ServletContext#getServletRegistrations`规范实现 2. 优化`ServletContext#addFilter`规范实现 2. 优化`ServletContext#getFilterRegistration`规范实现 2. 优化`ServletContext#getSessionCookieConfig`规范实现 2. 优化`ServletContext#getFilterRegistrations`规范实现 2. 优化`ServletContext#setSessionTrackingModes`规范实现 2. 优化`ServletContext#addListener`规范实现 2. 优化`ServletContext#createListener`规范实现 2. 新增 `HttpServletRequest#getPathTranslated` 规范实现。 2. 开源企业版插件:`AsyncContextPlugin` 2. 开源企业版插件:`WebsocketPlugin` 发版详情:[https://mp.weixin.qq.com/s/8iec80YglRFFMBuUXYoYnQ](https://mp.weixin.qq.com/s/8iec80YglRFFMBuUXYoYnQ)
dcf5163
2024-06-11 19:47
下载
查看发行版
v1.4
1. 新增 `HttpSessionIdListener` 规范实现。 2. 新增 `HttpServletRequest#changeSessionId` 规范实现。 3. 优化 `ServletContext#getResourcePaths` 规范实现。 4. 移除 Principal 相关实现。 5. 调整 `Servlet` 初始化策略,适配 spring 环境。
d682be3
2024-06-01 14:02
下载
查看发行版
v1.3
1. 优化 `ServletContext#getMimeType` 规范实现。 2. 优化 `ServletContext#addListener` 规范实现。 3. 优化 `ServletContext#addServlet` 规范实现。 4. 优化 `RequestDispatcher` 规范实现。 5. 优化监听器的启动流程 6. web.xml 增加 `mime-mapping`、`security-role-ref`的解析 7. favicon 图标更新 8. smart-http 升级至`v1.4.2`
951e8ae
2024-05-16 19:59
下载
查看发行版
v1.2
1. 实现 `FilterRegistration#setAsyncSupported` 规范。 2. 实现 `ServletRegistration#setAsyncSupported` 规范。 3. 实现 `ServletRequest#startAsync` 规范。 4. 实现 `ServletContext#getContext` 规范。 5. 优化 `HttpServletResponse#sendError` 规范实现。 6. 优化 `HttpServletResponse#sendRedirect` 规范实现。 7. 优化 `HttpServletResponse#getCharacterEncoding` 规范实现。 8. 优化 `HttpServletResponse#setLocale` 规范实现。 9. 优化 `ServletOutputStream` 实现规范。 10. `SandBox` 移除 `MemoryPoolProvider`。 11. `SandBox` 新增 `VendorProvider`。 12. `SandBox` 新增 `AsyncContextProvider`。
403d82c
2024-05-08 19:41
下载
查看发行版
v1.1
1. HttpServletRequestImpl 新增附件接口。 2. 调整 WebsocketProvider 接口设计,移除`onHandShark`,新增`getWebSocketServerContainer`。 3. 优化 Provider 升级提示文案。 4. 优化 javax.websocket 规范实现。
c3b593f
2024-04-14 10:03
下载
查看发行版
v1.0
提升服务稳定性
3528fd0
2024-03-31 19:05
下载
查看发行版
v0.9
1. 优化 javax.servlet.ServletRequest#getCharacterEncoding 规范实现。 2. 优化 javax.servlet.ServletResponse#getCharacterEncoding 规范实现。 3. 实现javax.servlet.ServletContext#declareRoles 规范。 4. 实现 javax.servlet.ServletContext#getSessionTimeout 规范。 5. 实现 javax.servlet.ServletContext#setSessionTimeout 规范。 6. springboot starter 支持集成 smart-servlet 企业版功能。 7. 沙箱环境新增 Servlet 关于安全规范的适配。
0374c7a
2024-02-25 13:00
下载
查看发行版
v0.8
1. 修复墨菲安全扫描提示的问题 2. 支持pem文件的 SSL/TLS 服务。
7d5550a
2024-02-16 20:14
下载
查看发行版
v0.7
1. 优化 ServletResponse#setContentType 规范实现。 2. 优化 ServletContext#getResourcePaths 规范的实现 3. 优化输出流的字符集编码处理。 4. 优化 RequestDispatcher 规范实现。 5. 升级 smart-http 至 1.3.8
b76190c
2024-01-19 20:34
下载
查看发行版
v0.6
1. 提供不完整的 AsyncContext 规范实现。 1. 提供 locale-encoding-mapping-list 规范的实现 2. 优化 ServletResponse#flushBuffer 规范实现。 2. 优化 ServletResponse#setLocale 规范实现。 1. 提供请求异步处理能力。 3. 新增控制台技术支持信息露出。 5. 优化日志输出。 6. 清理大量无用代码。
ac58d61
2024-01-11 18:43
下载
查看发行版
v0.5
e8ec3f8
2023-09-28 22:34
下载
查看发行版
v0.4
08317af
2023-07-13 20:15
下载
查看发行版
v0.3
a270a2d
2023-05-13 23:09
下载
查看发行版
v0.2.1
200ba94
2023-05-07 22:00
下载
查看发行版
v0.2
0b66e4c
2023-05-07 21:49
下载
v0.1.9
6765afe
2022-11-22 16:27
下载
查看发行版
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Java
1
https://gitee.com/smartboot/smart-servlet.git
[email protected]
:smartboot/smart-servlet.git
smartboot
smart-servlet
smart-servlet
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册