winterhazel commented on code in PR #13264:
URL: https://github.com/apache/cloudstack/pull/13264#discussion_r3334292794
##########
server/src/main/java/com/cloud/api/ApiServer.java:
##########
@@ -1673,7 +1666,6 @@ public ConfigKey<?>[] getConfigKeys() {
ConcurrentSnapshotsThresholdPerHost,
EncodeApiResponse,
EnableSecureSessionCookie,
Review Comment:
It seems that we're missing the `JSONContentType` `ConfigKey` in a
`getConfigKeys()` method. Could you add it here?
##########
server/src/main/java/com/cloud/api/ApiServer.java:
##########
@@ -1673,7 +1666,6 @@ public ConfigKey<?>[] getConfigKeys() {
ConcurrentSnapshotsThresholdPerHost,
EncodeApiResponse,
EnableSecureSessionCookie,
Review Comment:
@sureshanaparti it seems that we're missing the `JSONContentType`
`ConfigKey` in a `getConfigKeys()` method. Could you add it here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]