Commit 6d5f5d1
Julian Picht
FIX: regex-matching was broken if (!family_url)
When creating endpoints like
ws.register_resource("/hello/{test|[0-9]+}", &hwr, false);
the match never succeeded, because the regex was matched against the modded request URL which contained '^' and '$'.1 parent a7d349a commit 6d5f5d1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments