Skip to content

Commit ca86b49

Browse files
committed
Add changelog for PR #1516 concerning CaptureAll
1 parent 2e5fe27 commit ca86b49

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

changelog.d/CaptureAll

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
synopsis: Bugfix - CaptureAll produces [""] for empty paths due to trailing slash.
2+
prs: #1516
3+
issues: #1243
4+
5+
description: {
6+
7+
CaptureAll resulted in `[""]` for empty paths due to trailing slash. Similar
8+
oddities occurred around these edge cases like `"/"` resulted in `[]` correctly,
9+
but `"//"` resulted in `["", ""]`. This patch simply eliminates the first `""`
10+
in the pathinfo list as taken from the wai response. This might break user
11+
code that relies on personal shims to solve the problem, however simply removing their
12+
workarounds should fix their code as the behavior is now sane.
13+
14+
}

0 commit comments

Comments
 (0)