Please reading https://en.wikipedia.org/wiki/Percent-encoding, I think we can 
add more test cases:
1. getForObject("/root/%%EF%BF%A5%promotionID"), should return an error, 
because this is not valide URL
2. getInf.get("%%EF%BF%A5%promotionID") should return "%%EF%BF%A5%promotionID", 
for RPC invocation, we can add a test case include all possible reserved 
characters 
3. generally, for spring mvc: any path segment should first encoded and than 
contact to path, and the returned value is the original string. for RPC, we get 
want we send. 

[ Full content available at: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/924 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to