You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by mo...@apache.org on 2019/10/01 19:12:17 UTC

[knox] branch master updated (579b43f -> 431dcd2)

This is an automated email from the ASF dual-hosted git repository.

more pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git.


    from 579b43f  KNOX-2024 - KnoxShellTable - Case Insensitive Operations with Col Names (#160)
     add 431dcd2  KNOX-1996: Adding changes to remove extra / while generating backedn … (#142)

No new revisions were added by this update.

Summary of changes:
 .../websockets/GatewayWebsocketHandler.java        |  49 ++-
 .../gateway/websockets/WebsocketLogMessages.java   |   4 +
 .../websockets/WebsocketBackendUrlTest.java        |  79 +++++
 .../WebsocketEchoHTTPServiceRoleTest.java          |  87 ++++++
 .../knox/gateway/websockets/WebsocketEchoTest.java | 331 +--------------------
 ...{BadUrlTest.java => WebsocketEchoTestBase.java} | 117 ++++----
 6 files changed, 274 insertions(+), 393 deletions(-)
 create mode 100644 gateway-server/src/test/java/org/apache/knox/gateway/websockets/WebsocketBackendUrlTest.java
 create mode 100644 gateway-server/src/test/java/org/apache/knox/gateway/websockets/WebsocketEchoHTTPServiceRoleTest.java
 copy gateway-server/src/test/java/org/apache/knox/gateway/websockets/{BadUrlTest.java => WebsocketEchoTestBase.java} (84%)