Skip to content

Commit

Permalink
Fix #195 - explicitly state /a/{var} does not match /a/b/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
markt-asf committed May 15, 2020
1 parent b981c38 commit 3273fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/src/main/asciidoc/WebSocket.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ matches this is /a/b/
with reserved characters "/" are not valid URI-template level 1
expansions):
** /a
** /a/b/
** /a/b/c


Expand Down

0 comments on commit 3273fbc

Please sign in to comment.