Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3402018
D4137.id13147.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
610 B
Referenced Files
None
Subscribers
None
D4137.id13147.diff
View Options
diff --git a/services/tunnelbroker/src/Tools/ConfigManager.cpp b/services/tunnelbroker/src/Tools/ConfigManager.cpp
--- a/services/tunnelbroker/src/Tools/ConfigManager.cpp
+++ b/services/tunnelbroker/src/Tools/ConfigManager.cpp
@@ -94,6 +94,11 @@
throw std::runtime_error(
"ConfigManager Error: config parameter " + param + " is not set.");
}
+ if (this->variablesMap[param].as<std::string>().empty()) {
+ throw std::runtime_error(
+ "ConfigManager Error: config parameter " + param +
+ " can not be empty.");
+ }
return this->variablesMap[param].as<std::string>();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 3, 2:58 PM (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2612086
Default Alt Text
D4137.id13147.diff (610 B)
Attached To
Mode
D4137: [services] Tunnelbroker - Check for an empty string in ConfigManager
Attached
Detach File
Event Timeline
Log In to Comment