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