Skip to content

Support "=" in sub-config file path. #450

New issue

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

Merged
merged 1 commit into from
Oct 21, 2019

Conversation

solicomo
Copy link

If there is a "=" in the path of sub-config file, and we include it in
the main config file like:

include D:/path/to/sub=config.ini

it will not work.

Because we parse line with "=" in it as a key/value pair.

This PR is going to fix this issue and support "=" in the "include" directive.

If there is a "=" in the path of sub-config file, and we include it in
the main config file like:

```
include D:/path/to/sub=config.ini
```

it will not work.

Because we parse line with "=" in it as a key/value pair.

This PR is going to fix this issue and support "=" in the "include" directive.
@wilx wilx self-assigned this Oct 21, 2019
@wilx wilx self-requested a review October 21, 2019 17:51
@wilx wilx added the bug label Oct 21, 2019
@wilx wilx merged commit fe3d648 into log4cplus:master Oct 21, 2019
@solicomo
Copy link
Author

That's fast!
Thanks @wilx .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants