Skip to content

Commit

Permalink
Update built-in-handlers file to remove reference to deprected API. F…
Browse files Browse the repository at this point in the history
…ixes #21
  • Loading branch information
fl4via committed Apr 27, 2020
1 parent fcca741 commit 20fe067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/asciidoc/built-in-handlers.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Path Template::

Similar to the path handler, however the path template handler allows you to use URI template expressions in the path,
for example /rest/{name}. The value of the relevant path template items are stored as an attachment on the exchange,
under the `io.undertow.server.handlers.PathTemplateHandler#PATH_TEMPLATE_MATCH` attachment key.
under the `io.undertow.util.PathTemplateMatch#ATTACHMENT_KEY` attachment key.

Resource::

Expand Down

0 comments on commit 20fe067

Please sign in to comment.