We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
Current the variables:
in SAMLSSOUtil are initialized in a synchronized block inside each method which they are used as below:
identity-inbound-auth-saml/components/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/util/SAMLSSOUtil.java
Lines 770 to 778 in 5a98b0b
A suggested improvement to the process would be to initialize them in one place like the doBootstrap() method:
Lines 665 to 674 in 5a98b0b
Suggested Labels: Improvement
Suggested Assignees: N/A
Related Issues: N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Current the variables:
in SAMLSSOUtil are initialized in a synchronized block inside each method which they are used as below:
identity-inbound-auth-saml/components/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/util/SAMLSSOUtil.java
Lines 770 to 778 in 5a98b0b
A suggested improvement to the process would be to initialize them in one place like the doBootstrap() method:
identity-inbound-auth-saml/components/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/util/SAMLSSOUtil.java
Lines 665 to 674 in 5a98b0b
Suggested Labels:
Improvement
Suggested Assignees:
N/A
Related Issues:
N/A
The text was updated successfully, but these errors were encountered: