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
Modify javadoc for ServletContext getAttribute() and getInitParameter() ,
specify that NullPointerException must be thrown if the argument “name” is
null.
Modify javadoc for ServletContext.setAttribute() and setInitParameter()
to specify that NullPointerException must be thrown if the “name” argument is
null.
The text was updated successfully, but these errors were encountered:
jetty-10
Servlet Spec 4, Changes Since 3.1, page A-203:
specify that NullPointerException must be thrown if the argument “name” is
null.
to specify that NullPointerException must be thrown if the “name” argument is
null.
The text was updated successfully, but these errors were encountered: