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

Update documentation to Obfuscate and De-obfuscate passwords #5930

Closed
olamy opened this issue Jan 29, 2021 · 2 comments
Closed

Update documentation to Obfuscate and De-obfuscate passwords #5930

olamy opened this issue Jan 29, 2021 · 2 comments

Comments

@olamy
Copy link
Member

olamy commented Jan 29, 2021

Jetty version
10.x
Because of slf4j the simple command doesn't work anymore:

java -cp jetty-util/target/jetty-util-10.0.1-SNAPSHOT.jar org.eclipse.jetty.util.security.Password
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
	at org.eclipse.jetty.util.security.Credential.<clinit>(Credential.java:43)
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
	... 1 more
@olamy olamy added this to the 10.0.x milestone Jan 29, 2021
@sbordet sbordet removed this from the 10.0.x milestone Jun 4, 2021
@joakime
Copy link
Contributor

joakime commented Dec 6, 2021

Also related to #7063

@joakime
Copy link
Contributor

joakime commented Dec 7, 2021

Closing in favor of solution in #7063

@joakime joakime closed this as completed Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants