Skip to content

Commit

Permalink
Need deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Oct 11, 2024
1 parent 814e4af commit 9f2f814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/runwar/undertow/WebsocketReceiveListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ public void dispatchRequest(String method, List<Object> requestDetails) {
this.initialExchange.getRequestScheme() + "://" + this.initialExchange.getHostAndPort() + newUri,
true);

final String currentDeployKey = Server.getCurrentDeploymentKey();

// Call the handler for the new URI
HttpHandler exchangeSetter = new HttpHandler() {

Expand Down

0 comments on commit 9f2f814

Please sign in to comment.