-
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
Jetty10 inetaccess mod started error #10388
Labels
Bug
For general bugs on Jetty side
Comments
I can reproduce this, the module is broken because it is using the deprecated You can override and modify the I will put up a PR to get this fixed. |
lachlan-roberts
added a commit
that referenced
this issue
Aug 25, 2023
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Aug 25, 2023
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Aug 25, 2023
Issue #10388 - fix InetAccessHandler module
lachlan-roberts
added this to
Jetty 12.0.1 - FROZEN and Jetty 10.0.16 / 11.0.16 - FROZEN
Aug 25, 2023
sbordet
added a commit
that referenced
this issue
Aug 25, 2023
Issue #10388 - fix InetAccessHandler module Add DistributionTest for InetAccessHandler Removed deprecated method from InetAccessHandler. Fixed InetAccessHandler DistributionTests for 12. Signed-off-by: Lachlan Roberts <lachlan@webtide.com> Signed-off-by: Simone Bordet <simone.bordet@gmail.com> Co-authored-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(s)
10.0.152
Jetty Environment
Java version/vendor
(use: java -version)
JDK8
OS type/version
win10
Description
the jetty-inetaccess.xml has invoke includeConnectors method,but when i used inetaccess mod, the InetAccessHandler has a Exception:
@deprecated
public void includeConnectors(String... names)
{
throw new UnsupportedOperationException();
}
excludeConnectors javac is wrong , should write exclude()
How to reproduce?
The text was updated successfully, but these errors were encountered: