Skip to content
Failed

Changes

Summary

  1. Fix #195 - explicitly state /a/{var} does not match /a/b/ (details)
  2. Fix #191 - clarify what is permitted in OnOpen (details)
Commit 3273fbcd202d1dcbe9d14390fcf9e9a361e71dc9 by Mark Thomas
Fix #195 - explicitly state /a/{var} does not match /a/b/
Looking at the Tomcat unit tests I see there is an explicit test that
/a/{var} does not match /a/b/ as a result of EG discussion.
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified spec/src/main/asciidoc/WebSocket.adoc (diff)
Commit f15403d510324c58dbd40e920603268813ff344d by Mark Thomas
Fix #191 - clarify what is permitted in OnOpen
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified api/client/src/main/java/jakarta/websocket/Endpoint.java (diff)