Files
lijiaoqiao/gateway/internal
Your Name a9d304fdfa fix(gateway): 修复P2-03 regexp.MustCompile可能panic的问题
将regexp.MustCompile替换为regexp.Compile并处理错误,
避免在正则表达式无效时panic。fallback使用永远不匹配
的正则表达式(a^)来保证服务可用性。

修复的问题:P2-03 regexp.MustCompile可能panic
2026-04-03 09:58:13 +08:00
..
2026-04-03 09:39:32 +08:00