houxinlin / cool-request

IDEA中快速调试接口、定时器插件
https://www.coolrequest.dev
GNU General Public License v2.0
253 stars 52 forks source link

识别出 HttpServletRequest 和 HttpServletResponse #23

Closed roukaixin closed 6 months ago

roukaixin commented 6 months ago

Snipaste_2024-03-07_11-15-30

houxinlin commented 6 months ago

这个应该是被过滤了的,除非参数是继承了HttpServletRequest 的类

roukaixin commented 6 months ago

Snipaste_2024-03-07_11-39-00 插件版本是 2024.2.20

roukaixin commented 6 months ago

这个应该是被过滤了的,除非参数是继承了HttpServletRequest 的类

没有继承

houxinlin commented 6 months ago

好的,我排查一下,暂时先手动去掉

houxinlin commented 6 months ago

已修复