mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-10423:Potential sensitive information disclosure (#4536)
* fixing CLOUDSTACK-10423 * make the message clear Co-authored-by: lujie <lujie@foxmail.com>
This commit is contained in:
parent
3689b9da41
commit
2aa7fac9ac
@ -114,7 +114,7 @@ public class CloudStackImageStoreLifeCycleImpl implements ImageStoreLifeCycle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (URISyntaxException e) {
|
} catch (URISyntaxException e) {
|
||||||
throw new InvalidParameterValueException(url + " is not a valid uri");
|
throw new InvalidParameterValueException(logString + " is not a valid uri. Note that the URL in this message has been sanitized");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dcId == null) {
|
if (dcId == null) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user