[BUG] 热点参数限流,key的值配置了包含字符"+"的时候,会把“+”变成“ ”,修改了原本的意思
Open
- Dominant language
- Java
- Stars
- 23.1k
- Forks
- 8.1k
- PR merge metrics
- No merged PRs in 30d
Description


控制台把规则发送给微服务的时候,进行了两次urldecode,把本意配置的“+” 变成了“ ” 导致一直限流不了
Contributor guide
Research direction
Trace how the console sends rules to the microservice and locate the URL-decoding steps mentioned in the report. Confirm where decoding occurs twice and verify that a configured “+” remains a plus rather than becoming a space when the rule reaches the microservice.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100