jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

org.eclipse.jetty.util.Attributes.getAttribute() should specify return type if no match is found

Open cowwoc opened this issue 5 months ago • 0 comments

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.

cowwoc avatar Mar 12 '24 15:03 cowwoc