Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • org.apache.tomcat.websocket.DISABLE_BUILTIN_EXTENSIONS=true
  • org.apache.tomcat.websocket.ALLOW_UNSUPPORTED_EXTENSIONS=true
  • org.apache.tomcat.websocket.STREAMS_DROP_EMPTY_MESSAGES=true
  • org.apache.tomcat.websocket.DEFAULT_PROCESS_PERIOD=0

Test Suite

Download latest nightly build

...

8 11 Tests 'fixed' by appropriate system property configuration

  • 4 x extensions (TCK assumes invalid extensions are ignored)
  • 4 x exception in encoder leading (incorrectly?) to empty message
  • 3 x timeout related test expects more frequent expiration checks

8 failures due to concurrent messages

...

  • 4 x Deployment failure didn't undeploy all WebSockets
  • 4 x @PathParam not validated for correct type
  • 6 x Throw DeploymentException rather than IAE
  • 1 x Improve checking of multiple @OnMessage for the same type

3 unknown cause (investigations continuing)

  • com/sun/ts/tests/websocket/ee/javax/websocket/session/WSClient.java#setTimeout1Test
  • com/sun/ts/tests/websocket/spec/application/closing/WSCClient.java#connectionHasBeenClosedWithStatus1006AfterTimeoutTest
  • com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java#setTimeout1Test