-
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
test-keystore.p12
is no longer packaged in jetty-home
#7062
Labels
Bug
For general bugs on Jetty side
Comments
@joakime the I just tested this and it is still working as expected. |
Closing the issue as according to @lachlan-roberts everything is working as expected. |
Reopening, as we should delete the file in source ... |
lachlan-roberts
added a commit
that referenced
this issue
Nov 12, 2021
Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Nov 16, 2021
Issue #7062 - remove the old test-keystore.p12 file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
10.0.7
Java version/vendor
(use: java -version)
All
OS type/version
All
Description
When enabling the
test-keystore
module, the actual test keystore is not put into place.In fact, it's not even present in the
jetty-home
artifact to be able to be put into place.The
test-keystore.mod
refers to it like this ...https://github.com/eclipse/jetty.project/blob/da8a4553af9dd84080931fa0f8c678cd2d60f3d9/jetty-keystore/src/main/config/modules/test-keystore.mod#L24-L29
The file does exist, and is in the appropriate
src/main/config
tree.https://github.com/eclipse/jetty.project/blob/jetty-10.0.7/jetty-server/src/main/config/modules/test-keystore/test-keystore.p12
How to reproduce?
Notice that
etc/test-keystore.p12
is missing.The text was updated successfully, but these errors were encountered: