登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
我知道了
查看详情
登录
注册
6月21日 Gitee Talk | 模力方舟 AI 应用沙龙 · 青岛站开放报名,来聊聊 AI+ 应用的多场景落地实践~
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
Web开发框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
52
Star
485
Fork
45
smartboot开源组织
/
smart-servlet
代码
Issues
2
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v3.0
95d03bd
2025-03-15 11:28
下载
查看发行版
v2.9
- 🛠️移除 HttpServletRequestImpl 中的 Attachment设计。 - 🛠️优化 HttpRequest#upgrade 相关功能。 - 🛠️优化 url pattern 相关实现。 - 🛠️升级 Feat 版本,提升服务稳定性。 - 🛠️改进容器内部实例存储结构,节省内存。
6589bbd
2025-02-09 10:54
下载
查看发行版
v2.8
- 🚀 新增 PROXY Protocol 特性。 - 🚀 开放 http.debugEnable 配置参数,用于开发模式下控制台打印 HTTP 报文。 - 🚀 实现 HttpServletRequest#upgrade 规范。 - 🛠️ 优化 HttpServletResponse#getContentType 实现规范。 - 🛠️ 优化 HttpServletResponse#setLocale 实现规范。 - 🛠️ 优化 WebSocketContainer 实现规范。
9252863
2025-01-16 17:09
下载
查看发行版
v2.7
- 🚀移除 smart-http 依赖,切换为 Feat。 - 🚀新增 javax.servlet 规范检测提示功能 - 🚀适配 springboot 自定义端口号和 SSL 配置 - 🛠️优化 HttpServletRequest#getCharacterEncoding 实现规范。 - 🛠️优化 HttpServletRequest#getContentType 实现规范。 - 🛠️优化 HttpServletRequest#getWriter 实现规范。 - 🛠️优化 HttpServletRequest#setLocale 实现规范。 - 🛠️ ServletOutputStream 默认缓冲区调整为8k。 - 🐛修复未指定响应编码情况下的中文乱码问题。
309b100
2024-12-27 22:05
下载
查看发行版
v2.6
- 🚀进一步减少服务基础内存开销。 - 🚀升级 smart-http 至 v2.4 - 🛠️优化 ServletRequestListener 执行逻辑。 - 🛠️优化 Security 实现规范。 - 🛠️提供完整的线程退出机制。 - 🛠️重构 SandBox 实现。 - 🐛修复特定条件下 ServletPath、PathInfo 解析错误问题。 - 🐛修复 PushBuilder 中 Cookie 缺失问题。
adc821a
2024-12-10 19:18
下载
查看发行版
v2.4
8966bde
2024-11-19 20:11
下载
v2.3
e737175
2024-11-09 20:35
下载
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
下载
查看发行版
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Java
1
https://gitee.com/smartboot-x/smart-servlet.git
git@gitee.com:smartboot-x/smart-servlet.git
smartboot-x
smart-servlet
smart-servlet
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册