Skip to content

Fix discarded %home% substitution in DbTrackingModule JDBC connect string - #565

Merged
uhurusurfa merged 2 commits into
OpenAS2:masterfrom
JakeHuneau:fix/jdbc-home-substitution
Jul 25, 2026
Merged

Fix discarded %home% substitution in DbTrackingModule JDBC connect string#565
uhurusurfa merged 2 commits into
OpenAS2:masterfrom
JakeHuneau:fix/jdbc-home-substitution

Conversation

@JakeHuneau

Copy link
Copy Markdown
Contributor

String.replace returns a new string; its result was discarded, so a literal %home% in the jdbc_connect_string was never substituted with the config base directory. Assign the result. No effect on the default config (where %home% is already resolved upstream), but fixes it for a connect string that uses %home% directly.

…ring

String.replace returns a new string; its result was discarded, so a literal
%home% in the jdbc_connect_string was never substituted with the config base
directory. Assign the result. No effect on the default config (where %home% is
already resolved upstream), but fixes it for a connect string that uses %home%
directly.

@uhurusurfa uhurusurfa left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@uhurusurfa
uhurusurfa merged commit 6157964 into OpenAS2:master Jul 25, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants