Skip to content

Commit 20fe067

Browse files
committed
Update built-in-handlers file to remove reference to deprected API. Fixes #21
1 parent fcca741 commit 20fe067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/asciidoc/built-in-handlers.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Path Template::
2222

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

2727
Resource::
2828

0 commit comments

Comments
 (0)