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:
Consider the following scenario which fails to extract the config map.
listener http:Listener securedEP = new (9090, httpVersion = "1.1", secureSocket = { key: { path: "./security/ballerinaKeystore.p12", password: "ballerina" } } );
However the following code works.
listener http:Listener securedEP = new (9090, secureSocket = { key: { path: "./security/ballerinaKeystore.p12", password: "ballerina" } }, httpVersion = "1.1" );
Steps to reproduce:
Affected Versions:
OS, DB, other environment details and versions:
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered:
xlight05
No branches or pull requests
Description:
Consider the following scenario which fails to extract the config map.
However the following code works.
Steps to reproduce:
Affected Versions:
OS, DB, other environment details and versions:
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered: