Skip to content

Commit

Permalink
Fix URI pattern example in webflux.adoc
Browse files Browse the repository at this point in the history
Closes gh-25137
  • Loading branch information
limo520 authored and sbrannen committed May 27, 2020
1 parent ae8d0d4 commit d6cab25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux.adoc
Expand Up @@ -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+`

|===

Expand Down

0 comments on commit d6cab25

Please sign in to comment.