frankgh opened a new pull request, #78: URL: https://github.com/apache/cassandra-sidecar/pull/78
…h mixed case Cassandra Sidecar does not properly handle API requests for endpoints that have keypaces or table names that need to be quoted, for example when names have mixed case or when the name is a reserved keyword in Cassandra. In this commit, we perform special handling when the keyspace or table names are quoted in the path params. We add tests to ensure that handling is correct. Additionally, we fix the validation for keyspaces and table names without quotes and add special validation for quoted names. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

