From 3273fbcd202d1dcbe9d14390fcf9e9a361e71dc9 Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Fri, 15 May 2020 12:26:16 +0100 Subject: [PATCH] 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 --- spec/src/main/asciidoc/WebSocket.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/src/main/asciidoc/WebSocket.adoc b/spec/src/main/asciidoc/WebSocket.adoc index b11bd5d..28b0e82 100644 --- a/spec/src/main/asciidoc/WebSocket.adoc +++ b/spec/src/main/asciidoc/WebSocket.adoc @@ -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