mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
If any API contains '&' i.e. no key value pair or '&<paramter-name>' i.e. a parameter without a value, then we get an NPE as owasp.esapi.StringUtilities.stripControls deosn't handle NPE.