Detects '+' in an encoded query string. It is ambiguous whether it should be encoded as space or as a '+' character.

示例:


  GET https://example.com/api?name=John+Doe%40example.com

在应用快速修复后


  GET https://example.com/api?name=John%20Doe%40example.com