ShiShiYiBan/yudao-framework
housewu@aslcn.com.cn 970722d9b1 配置了permit-all_urls=/**的时候,当异常发生在Servlet(eg:TokenAuthenticationFilter,xxxFilter)时,
代码进入到 ApiAccessLogInterceptor 的时候,拿到的是原始的request而不是CacheRequestBodyWrapper,这时候不能 getBody from request, 否则会抛异常 request 已经被消费或者流已经被关闭
2025-03-15 19:38:26 +08:00
..
yudao-common 配置了permit-all_urls=/**的时候,当异常发生在Servlet(eg:TokenAuthenticationFilter,xxxFilter)时, 2025-03-15 19:38:26 +08:00
yudao-spring-boot-starter-biz-data-permission 【依赖升级】mybatis-plus from 3.5.7 to 3.5.8 2024-09-29 21:01:42 +08:00
yudao-spring-boot-starter-biz-ip 【代码优化】InEnum 不必须指定 int 类型,通过泛型指定 2025-01-24 17:31:41 +08:00
yudao-spring-boot-starter-biz-tenant 修复由于多租户定时任务方法返回 void 导致的执行 xxlJob 执行失败的问题 2024-11-06 17:32:35 +08:00
yudao-spring-boot-starter-excel 【依赖升级】easyexcel from 3.3.4 to 4.0.3 2024-09-29 21:40:31 +08:00
yudao-spring-boot-starter-job 【修复】定时任务指定某一年执行时,只会执行一次,后台查看任务详细会报错 2024-06-15 17:57:13 +08:00
yudao-spring-boot-starter-monitor ⬆️ 2023-12-07 20:48:11 +08:00
yudao-spring-boot-starter-mq 修改 rabbitmq 序列化方式,使用 Jackson2JsonMessageConverter 替代 2024-04-16 09:17:11 +08:00
yudao-spring-boot-starter-mybatis 【升级】mybatis-plus from 3.5.8 to 3.5.9 2024-12-28 17:22:52 +08:00
yudao-spring-boot-starter-protection 【代码优化】SYSTEM:操作日志,增加异步记录 2024-08-31 13:28:30 +08:00
yudao-spring-boot-starter-redis 【增强】一键改包:支持 site、org 等包 2024-04-29 00:13:04 +08:00
yudao-spring-boot-starter-security 【功能优化】全局:清理掉多余重复的 "/*.html" 2025-01-17 19:56:09 +08:00
yudao-spring-boot-starter-test 【功能修复】代码生成:代同步数据库结构之后字段顺序混乱的问题 2024-09-29 07:41:35 +08:00
yudao-spring-boot-starter-web 配置了permit-all_urls=/**的时候,当异常发生在Servlet(eg:TokenAuthenticationFilter,xxxFilter)时, 2025-03-15 19:38:26 +08:00
yudao-spring-boot-starter-websocket 【拼写修正】KafkaWebSocketMessageConsumer 的 kafkaWebSocketMessageSender 拼错 2024-12-28 19:17:55 +08:00
pom.xml 【重构】V2 操作日志转正,基于注解的可使用变量、可以自定义函数的通用操作日志组件 2024-04-04 01:49:49 +08:00