155 void SystemConfiguration::setRaw(const std::string& key, const std::string& value)
156 {
157 throw Poco::InvalidAccessException("Attempt to modify a system property", key);
158 }
This code should check the key to make sure it actually exists before throwing this exception. What's wrong with adding keys?





