jetty.project
jetty.project copied to clipboard
org.eclipse.jetty.util.Attributes.getAttribute() should specify return type if no match is found
Jetty version(s) 12.0.6
Jetty Environment core
Description
I believe that org.eclipse.jetty.util.Attributes.getAttribute() returns null if no match is found, but the Javadoc does not specify either way. In contrast, the servlet API makes this explicit.