Skip to content

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