Already checked in master. CLOUDSTACK-1625. NPE with updateResourceCount when && is passed thru API. 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.
Branch: refs/heads/master Commit: da89946ca93a872d0a4bf907d4545c392b2055f1 Parents: c235d02 Author: Likitha Shetty <[email protected]> Committed: Tue Mar 12 12:00:46 2013 +0530 ---------------------------------------------------------------------- server/src/com/cloud/api/ApiServer.java | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- Thank you, Likitha
