set for release
This commit is contained in:
parent
d9ceeb4ecd
commit
ac815876db
26
VERSION.txt
26
VERSION.txt
|
@ -1,23 +1,25 @@
|
||||||
jetty-9.3.10.v20160620 - 20 June 2016
|
jetty-9.3.10-SNAPSHOT - 21 June 2016
|
||||||
+ 388 Provide pluggable RemoteEndpoint service
|
+ 388 Add methods to send text frames with pre-encoded strings.
|
||||||
+ 605 Guard concurrent calls to WebSocketSession.close()
|
+ 605 Guard concurrent calls to WebSocketSession.close()
|
||||||
+ 608 reset encoding set from content type
|
+ 608 reset encoding set from content type?
|
||||||
+ 609 ignore failing test
|
+ 609 websocket ClientCloseTest testServerNoCloseHandshake is failing
|
||||||
+ 610 Ignore failing test
|
+ 610 HttpClientRedirectTest/testRedirectWithWrongScheme test failing in CI
|
||||||
+ 620 Fixed missing call to super(pattern)
|
+ 620 Missing call to setPattern in RewritePatternRule constructor
|
||||||
+ 622 NoSqlSessionManager test for expired session does not use session.maxInactiveInterval
|
+ 622 NoSqlSessionManager test for expired session does not use
|
||||||
+ 623 Add gzip suffix to etags in 304 response
|
session.maxInactiveInterval
|
||||||
+ 624 Fix onCompleted race
|
+ 623 Add --gzip suffix to 304 responses with ETAGs
|
||||||
+ 628 resolve by checking for existing jar: prefix on uri - additional fix for
|
+ 624 AsyncContext.onCompleted called twice
|
||||||
scanForResources and scanForWebFragments
|
+ 628 IOException: Unable to open root Jar file ...
|
||||||
|
MetaInfConfiguration.getTlds(MetaInfConfiguration.java:406) with Spring boot
|
||||||
|
loader + WebAppContext + non-expanded war
|
||||||
+ 632 JMX tests rely on fixed port
|
+ 632 JMX tests rely on fixed port
|
||||||
|
+ 633 If jmx and websocket is enabled, redploying a context produces a NullPointerException
|
||||||
+ 638 ConnectHandler responses should have Content-Length
|
+ 638 ConnectHandler responses should have Content-Length
|
||||||
+ 639 ServerContainer stores WebSocket sessions twice
|
+ 639 ServerContainer stores WebSocket sessions twice
|
||||||
+ 640 ClientContainer should store WebSocket sessions as beans
|
+ 640 ClientContainer should store WebSocket sessions as beans
|
||||||
+ 641 MongoSessionIdManager uses deprecated ensureIndex
|
+ 641 MongoSessionIdManager uses deprecated ensureIndex
|
||||||
+ 647 HTTP/2 CONTINUATION frame parsing throws IllegalStateException
|
+ 647 HTTP/2 CONTINUATION frame parsing throws IllegalStateException
|
||||||
+ 648 Problem using InputStreamResponseListener to handle HTTP/2 responses
|
+ 648 Problem using InputStreamResponseListener to handle HTTP/2 responses
|
||||||
+ 663 Cleanup
|
|
||||||
|
|
||||||
jetty-9.3.10.M0 - 26 May 2016
|
jetty-9.3.10.M0 - 26 May 2016
|
||||||
+ 354 Spin loop in case of exception thrown during accept()
|
+ 354 Spin loop in case of exception thrown during accept()
|
||||||
|
|
Loading…
Reference in New Issue