Closed sezal closed 9 years ago
errors returned by JSV::Result->get_error() have unescaped pointer expression. According to http://tools.ietf.org/html/rfc6901#section-4 the following map should be used: '~1' for '/' '~0' for '~'
fix committed (pull request)
errors returned by JSV::Result->get_error() have unescaped pointer expression. According to http://tools.ietf.org/html/rfc6901#section-4 the following map should be used: '~1' for '/' '~0' for '~'