houxinlin / cool-request

IDEA API、Java Method debug tools
https://www.coolrequest.dev
GNU General Public License v2.0
281 stars 59 forks source link

识别出 HttpServletRequest 和 HttpServletResponse #23

Closed roukaixin closed 8 months ago

roukaixin commented 8 months ago

Snipaste_2024-03-07_11-15-30

houxinlin commented 8 months ago

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

roukaixin commented 8 months ago

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

roukaixin commented 8 months ago

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

没有继承

houxinlin commented 8 months ago

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

houxinlin commented 8 months ago

已修复