Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionuse
ComplianceViolation.Listener.onComplianceViolation(Event)
instead. Will be removed in Jetty 12.1.0useComplianceViolation.CapturingListener.VIOLATIONS_ATTR_KEY
instead.
(Note: new ATTR captures all Compliance violations, not just HTTP.
Make sure you haveHttpConnectionFactory.setRecordHttpComplianceViolations(true)
.
Also make sure that aComplianceViolation.CapturingListener
has been added as a bean to either theConnector
orServer
for 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_KEY
instead.
(Note: new ATTR captures all Compliance violations, not just HTTP.
Make sure you haveHttpConnectionFactory.setRecordHttpComplianceViolations(true)
.
Also make sure that aComplianceViolation.CapturingListener
has been added as a bean to either theConnector
orServer
for 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