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 83c1e58 commit 93c0ed0Copy full SHA for 93c0ed0
src/scitokens_internal.cpp
@@ -665,8 +665,8 @@ std::unique_ptr<AsyncStatus> Validator::get_public_keys_from_web_continue(
665
auto err = picojson::parse(json_obj, metadata);
666
if (!err.empty()) {
667
throw JsonException(
668
- "JSON parse failure when downloading from the metadata URL "
669
- + status->m_cget->get_url() + ": " + err);
+ "JSON parse failure when downloading from the metadata URL " +
+ status->m_cget->get_url() + ": " + err);
670
}
671
if (!json_obj.is<picojson::object>()) {
672
0 commit comments