yongzhi commented on a change in pull request #1589:
URL: https://github.com/apache/hive/pull/1589#discussion_r508779568



##########
File path: service/src/java/org/apache/hive/service/CookieSigner.java
##########
@@ -32,7 +32,7 @@
  */
 public class CookieSigner {
   private static final String SIGNATURE = "&s=";
-  private static final String SHA_STRING = "SHA-256";
+  private static final String SHA_STRING = "SHA-512";
   private byte[] secretBytes;
   private static final Logger LOG = 
LoggerFactory.getLogger(CookieSigner.class);
 

Review comment:
       Does the change have backward compatible issues?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to