bruno-roustant commented on code in PR #60:
URL: https://github.com/apache/solr-sandbox/pull/60#discussion_r1221577872


##########
encryption/src/main/java/org/apache/solr/encryption/EncryptionUtil.java:
##########
@@ -142,6 +144,36 @@ public static boolean hasKeyIdInCommit(Map<String, String> 
commitUserData) {
     return false;
   }
 
+  /**
+   * Gets the cookies (key-value pairs) for all the key ids, from the provided 
commit user data.
+   *
+   * @return the cookies for all key ids.
+   */
+  public static KeyCookies getKeyCookiesFromCommit(Map<String, String> 
commitUserData) {

Review Comment:
   Good point. I'll try to use JSON, this should simplify the code.



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to