Browse Source

Fix URI pattern example in webflux.adoc

Closes gh-25137
pull/25758/head
limo520 6 years ago committed by Sam Brannen
parent
commit
d6cab259c3
  1. 2
      src/docs/asciidoc/web/webflux.adoc

2
src/docs/asciidoc/web/webflux.adoc

@ -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+`
|===

Loading…
Cancel
Save