Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionuse
ComplianceViolation.Listener.onComplianceViolation(Event)instead. Will be removed in Jetty 12.1.0Useorg.eclipse.jetty.server.CookieCacheuseComplianceViolation.CapturingListener.VIOLATIONS_ATTR_KEYinstead.
(Note: new ATTR captures all Compliance violations, not just HTTP.
Make sure you haveHttpConnectionFactory.setRecordHttpComplianceViolations(true).
Also make sure that aComplianceViolation.CapturingListenerhas been added as a bean to either theConnectororServerfor the Attribute to be created.)
-
Deprecated ClassesClassDescriptionUse
org.eclipse.jetty.server.CookieCache
-
Deprecated FieldsFieldDescriptionuse
ComplianceViolation.CapturingListener.VIOLATIONS_ATTR_KEYinstead.
(Note: new ATTR captures all Compliance violations, not just HTTP.
Make sure you haveHttpConnectionFactory.setRecordHttpComplianceViolations(true).
Also make sure that aComplianceViolation.CapturingListenerhas been added as a bean to either theConnectororServerfor the Attribute to be created.)
-
Deprecated MethodsMethodDescriptionuse
ComplianceViolation.Listener.onComplianceViolation(Event)instead. Will be removed in Jetty 12.1.0useHttpField.getValueParameters(String, Map)insteadUseURIUtil.getDefaultPortForScheme(String)UseURIUtil.normalizePortForScheme(String, int)usePathSpec.matched(String)insteadusePathSpec.matched(String)insteaduseServletPathSpec.matched(String)#MatchedPath.getPathInfo()instead.
-
Deprecated Constructors
-
Deprecated Enum ConstantsEnum ConstantDescriptionUse SPECIAL_CHARS_IN_QUOTESno replacement because was mistakenly considered a violation