Skip to content

Commit

Permalink
Fix: Change IP address user-session key, javax->jakarta
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Jul 30, 2024
1 parent dddfa5a commit ce92891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/triplea/web/socket/InetExtractor.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class InetExtractor {

@VisibleForTesting
public static final String IP_ADDRESS_KEY = "javax.websocket.endpoint.remoteAddress";
public static final String IP_ADDRESS_KEY = "jakarta.websocket.endpoint.remoteAddress";

/**
* Returns the IP address of the session from the provided 'userSession' map. It is expected that
Expand Down

0 comments on commit ce92891

Please sign in to comment.