|
|
|
|
@ -1435,7 +1435,7 @@ and `+"/pages/t3st.html"+`
@@ -1435,7 +1435,7 @@ and `+"/pages/t3st.html"+`
|
|
|
|
|
|
|
|
|
|
| `+{*path}+` |
|
|
|
|
| Matches zero or more path segments until the end of the path and captures it as a variable named "path" |
|
|
|
|
| `+"/resources/{*file}"+` matches `+"/resources/images/file.png"+` and captures `+file=resources/file.png+` |
|
|
|
|
| `+"/resources/{*file}"+` matches `+"/resources/images/file.png"+` and captures `+file=/images/file.png+` |
|
|
|
|
|
|
|
|
|
|=== |
|
|
|
|
|
|
|
|
|
|