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
ServletResponse.setCharacterEncoding(CharSet encoding) throws NullPointerException if the encoding is null, despite null being one of the expected values according to the method's javadoc.
6.1.0-M2
ServletResponse.setCharacterEncoding(CharSet encoding)
throwsNullPointerException
if theencoding
isnull
, despitenull
being one of the expected values according to the method's javadoc.See:
https://github.com/jakartaee/servlet/blob/master/api/src/main/java/jakarta/servlet/ServletResponse.java#L213
The text was updated successfully, but these errors were encountered: