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
According to the PushBuilder.push javadoc, a PushBuilder must throw an IllegalStateException if there has been no call to path method:
* @throws IllegalStateException if there was no call to {@link #path} on this instance either between its instantiation
* or the last call to {@code push()} that did not throw an IllegalStateException.
Our PushBuilderImpl class is throwing IllegalArgumentException instead.
The text was updated successfully, but these errors were encountered:
janbartel
added
Bug
For general bugs on Jetty side
TCK
For various Specification Test Compatibility Kits (eg: Servlet, WebSocket, HTTP/2, etc)
labels
Apr 17, 2023
According to the
PushBuilder.push
javadoc, a PushBuilder must throw anIllegalStateException
if there has been no call topath
method:Our
PushBuilderImpl
class is throwingIllegalArgumentException
instead.This affects the following tck test:
The text was updated successfully, but these errors were encountered: