Check for a behavior change on the Session.getRequestURI() method

This rule flags references to the jakarta.websocket.Session.getRequestURI() method. Previously the Session.getRequestURI() method returned a partial URI, for example /basic/codedTextQueryParms. The method now returns the full URI, for example localhost:8080/basic/codedTextQueryParms?id=10. Check whether your usage of the method needs to be updated to handle the full URI.

For more Jakarta 10 migration information, see Differences between Jakarta WebSocket 2.1 and 2.0.

Also, see the WebSocket 2.1 Javadoc.