wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 728 forks source link

Documentation typo in "Sample configuration of bps-datasources.xml" #4348

Closed VimukthiPerera closed 1 week ago

VimukthiPerera commented 5 years ago

There is a documentation typo in "Sample configuration of bps-datasources.xml" in https://docs.wso2.com/display/IS570/Setting+Up+Deployment+Pattern+1.

<url>jdbc:mysql://wso2is-pattern1-mysql-service:3306/WSO2_IDENTITY_DB autoReconnect=true&amp;verifyServerCertificate=false&amp;useSSL=true</url>

There is a missing "?" in the connection URL after WSO2_IDENTITY_DB. It should be corrected as follows.

<url>jdbc:mysql://wso2is-pattern1-mysql-service:3306/WSO2_IDENTITY_DB?autoReconnect=true&amp;verifyServerCertificate=false&amp;useSSL=true</url>
isharak commented 1 week ago

This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!