Hello, the client fails when function in subject called with ampersand in property value. It will not get escaped as it should and wrong value is set on Artifactory side.
The issue is with encodeUrl method where URI.allowed_query contains also &. So in case of executeUpdateFileProperty different bit set has to be used for encoding properties variable.
Hello, the client fails when function in subject called with ampersand in property value. It will not get escaped as it should and wrong value is set on Artifactory side. The issue is with
encodeUrl
method whereURI.allowed_query
contains also&
. So in case ofexecuteUpdateFileProperty
different bit set has to be used for encodingproperties
variable.