Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionuse
ComplianceViolation.Listener.onComplianceViolation(Event)instead. Will be removed in Jetty 12.1.0useComplianceViolation.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.)useMultiPartFormData.from(Attributes, ComplianceViolation.Listener, String, Function)instead. This method will be removed in Jetty 12.1.0
-
Deprecated Classes
-
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)insteaduseMultiPartFormData.from(Attributes, ComplianceViolation.Listener, String, Function)instead. This method will be removed in Jetty 12.1.0usePathSpec.matched(String)insteadusePathSpec.matched(String)insteaduseServletPathSpec.matched(String)#MatchedPath.getPathInfo()instead.
-
Deprecated Enum ConstantsEnum ConstantDescriptionUse SPECIAL_CHARS_IN_QUOTESno replacement because was mistakenly considered a violation