SAML: replace first number with random alphabet if request ID starts with a number#6165
Conversation
|
@blueorangutan package |
|
@nvazquez a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
| public class SAMLUtils { | ||
| public static final Logger s_logger = Logger.getLogger(SAMLUtils.class); | ||
|
|
||
| static final String charset = "abcdefghijklmnopqrstuvwxyz"; |
There was a problem hiding this comment.
should we also have A-Z (i.e. a-z in upper case too) @weizhouapache ?
There was a problem hiding this comment.
@rohityadavcloud
I have checked hundreds of request IDs, all are composed by digits (0 to 9) or lower case alphabet (a to z).
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 2986 |
|
@blueorangutan test |
|
@nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3727)
|
|
@blueorangutan test |
|
@blueorangutan test |
|
@rohityadavcloud a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3750)
|
|
That looks great. Thank-you for implementing the fix, @weizhouapache. |
…with a number (apache#6165) (cherry picked from commit ee27708) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Description
This PR fixes #5548
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?