aliyun / aliyun-openapi-net-sdk

Alibaba Cloud SDK for .NET
https://www.nuget.org/profiles/aliyun-openapi-sdk
Other
541 stars 625 forks source link

DefaultAcsClient.cs中增加unescape有问题 #252

Closed tohghua closed 5 years ago

tohghua commented 5 years ago

https://github.com/aliyun/aliyun-openapi-net-sdk/commits/master/aliyun-net-sdk-core/DefaultAcsClient.cs “Fix unicode escape error in json resolution”中增加的 Regex.Unescape()有问题,若sql中包含双引号,就会导致解析失败。例如: "SQLText":"select 'abc\"def'" 会被转换成 "SQLText":"select 'abc"def'" 从而导致解析json出问题

tohghua commented 5 years ago

例如: "SQLText":"select 'abc\"def'" 会被转换成 "SQLText":"select 'abc"def'" 从而导致解析json出问题

doublnt commented 5 years ago

@tohghua 您好,已收到您的反馈,正在排查该问题。

doublnt commented 5 years ago

@tohghua 您好,我们会在下个版本中修复此bug,很抱歉给您带来了不便。

doublnt commented 5 years ago

@tohghua 您好,已修复。