Commit dfcaeef
authored
Allowed the
The character is an unescaped character for URLs and thus should do no harm when used within a URL.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent
In fact, in Django (python web-framework) it is possible to have the `'` character within URLs without any problem.
Thus that character should allowed.' character in routes (#163)1 parent beb834d commit dfcaeef
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments