weizhouapache commented on a change in pull request #6165:
URL: https://github.com/apache/cloudstack/pull/6165#discussion_r835576944



##########
File path: 
plugins/user-authenticators/saml2/src/main/java/org/apache/cloudstack/saml/SAMLUtils.java
##########
@@ -100,8 +100,11 @@
 public class SAMLUtils {
     public static final Logger s_logger = Logger.getLogger(SAMLUtils.class);
 
+    static final String charset = "abcdefghijklmnopqrstuvwxyz";

Review comment:
       @rohityadavcloud 
   I have checked hundreds of request IDs, all are composed by digits (0 to 9) 
or lower case alphabet (a to z).




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


Reply via email to