Skip to content

Commit

Permalink
Fixes #8913 - Review Jetty XML syntax to allow calling JDK methods
Browse files Browse the repository at this point in the history
Now <Call>, <Get> and <Set> elements can use the "class" attribute
to specify the exact class to perform method lookup.

Improved support for <Property>, <SystemProperty> and <Env> so that
attribute "name" is now optional (as specified in the DTD), and a
"deprecated" attribute may be present instead.
This is necessary to terminally deprecate properties that have
no replacement.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Nov 18, 2022
1 parent b43e2e5 commit 9e08ddd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
import java.util.stream.Stream;
import javax.net.ssl.SSLSocketFactory;

import javax.net.ssl.SSLSocketFactory;

import org.eclipse.jetty.logging.JettyLevel;
import org.eclipse.jetty.logging.JettyLogger;
import org.eclipse.jetty.logging.StdErrAppender;
Expand Down

0 comments on commit 9e08ddd

Please sign in to comment.