You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Undertow's 2.0 docs state:
ref: http://undertow.io/undertow-docs/undertow-docs-2.0.0/index.html#built-in-handlers
However when I navigate to the PathTemplateHandler I see that the PATH_TEMPLATE_MATCH is deprecated.
The docs should reflect non-deprecated functionality here.
For reference I am using the following versions of undertow in Maven:
The text was updated successfully, but these errors were encountered: