-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Default provider [files] section always executed #6049
Labels
Comments
sbordet
added a commit
that referenced
this issue
Mar 9, 2021
Keeping only enabled modules when processing the modules, so that default provider modules don't get processed. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Apr 8, 2021
Keeping only enabled modules when processing the modules, so that default provider modules don't get processed. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Apr 8, 2021
Updates after review. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Apr 11, 2021
Updates after review. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Apr 12, 2021
* Fixes #6049 - Default provider [files] section always executed Keeping only enabled modules when processing the modules, so that default provider modules don't get processed. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
10.0.x
Description
java -jar start.jar --add-modules=http,logging-logback
copiesresources/jetty-logging.properties
, but it should not.Interestingly,
java -jar start.jar --add-modules=logging-logback,http
does not copyresources/jetty-logging.properties
.Since an explicit provider has been configured, the default provider should be out of the picture.
The text was updated successfully, but these errors were encountered: