You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since jetty-10, the XML Set element could have a property attribute that only does the set if the property is set. The problem with this is that the code may change and we do not detect that the XML is now wrong unless somebody attempts to set that property. The XmlConfiguration class should be change to always check that at least one setter exists for a Set element with a property attribute.
The text was updated successfully, but these errors were encountered:
Fix#6375 by making XmlConfiguration Set handling always check for a matching setter, even if the property attribute is given but not set.
Signed-off-by: Greg Wilkins <gregw@webtide.com>
Target Jetty version(s)
Enhancement Description
Since jetty-10, the XML
Set
element could have a property attribute that only does the set if the property is set. The problem with this is that the code may change and we do not detect that the XML is now wrong unless somebody attempts to set that property. TheXmlConfiguration
class should be change to always check that at least one setter exists for aSet
element with aproperty
attribute.The text was updated successfully, but these errors were encountered: