-
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
Bundle-ClassPath and lib place on WEB-INF/lib make classpath duplicate #5013
Comments
figure out this issue
i prepare project for reproduce https://github.com/hieplq/vn.duplicate.classpath/tree/jetty-5013 |
=== bellow is wrong report, i just not yet delete WEB-INF/lib === |
@hieplq I think we expect that |
…i bundle loader Signed-off-by: Jan Bartel <janb@webtide.com>
Raised PR #5034. |
…i bundle loader (#5034) Signed-off-by: Jan Bartel <janb@webtide.com>
Fix merged. |
Jetty version
9.4.x
Java version
jdk-13
OS type/version
linux
Description
deploy jetty as osgi on equinox
deploy a webapp as WebAppContext
webapp is osgi bundle with Bundle-ClassPath for a library place on WEB-INF/lib/
so that library exists on two classpath,
one is normal Bundle-ClassPath
other is jar classpath add by bellow code on class org.eclipse.jetty.webapp.WebInfConfiguration
The text was updated successfully, but these errors were encountered: