Skip to content
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

Jetty 10 Configuration replacement algorithm incorrect #2985

Closed
janbartel opened this issue Oct 16, 2018 · 1 comment
Closed

Jetty 10 Configuration replacement algorithm incorrect #2985

janbartel opened this issue Oct 16, 2018 · 1 comment
Assignees
Milestone

Comments

@janbartel
Copy link
Contributor

Configurations.addConfiguration() method does not properly consider Configurations with replacements. If B is a replacement for A, yet B is added to the configuration list first, when A is added, it should be skipped because B replaces it.

@janbartel janbartel added this to the 10.0.x milestone Oct 16, 2018
@janbartel janbartel self-assigned this Oct 16, 2018
janbartel added a commit that referenced this issue Oct 16, 2018
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Oct 16, 2018
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Oct 17, 2018
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Oct 17, 2018
* Issue #2985 Configuration replacement algorithm

Signed-off-by: Jan Bartel <janb@webtide.com>
@janbartel
Copy link
Contributor Author

Merged.

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

No branches or pull requests

1 participant