We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2db254 commit 438075eCopy full SHA for 438075e
src/request/base_req.cpp
@@ -65,7 +65,7 @@ std::string BaseReq::GetParam(const std::string& key) const {
65
bool BaseReq::GenerateAclRequestBody(const Owner& owner,
66
const std::vector<Grant>& acl,
67
std::string* body) const {
68
- const char* XML_SCHEMA_INSTANCE_NS = "http://www.w3.org/2001/XMLSchema-instance";
+ const char* XML_SCHEMA_INSTANCE_NS = "http://www.w3.org/2001/XMLSchema-instance"; // NOCA:HttpHardcoded(ignore)
69
if (acl.empty() || owner.m_id.empty() || owner.m_display_name.empty()) {
70
SDK_LOG_ERR("Owner id or access control list is empty.");
71
return false;
0 commit comments