yu199195 edited a comment on pull request #2738:
URL: 
https://github.com/apache/incubator-shenyu/pull/2738#issuecomment-1008307284


   If modified this way, all of them are used url encoder. But for some normal 
ones, it is not necessary.
   
   > some query like status=[abc%2Cedf] will catch the Invalid character '[' 
for QUERY_PARAM in status=[abc%2Cedf]
   
   
   so have this :
   
   if (StringUtils.isNotEmpty(uri.getRawQuery()) && 
uri.getRawQuery().contains("%"))


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to