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
Currently our WildflyUndertowHostregisterHandler method has no way of knowing whether the camel-undertow endpoint was configured with the matchOnUriPrefix configuration option.
We need access to this property as it affects how we register undertow path handlers.
The text was updated successfully, but these errors were encountered:
Currently our
WildflyUndertowHost
registerHandler
method has no way of knowing whether the camel-undertow endpoint was configured with thematchOnUriPrefix
configuration option.We need access to this property as it affects how we register undertow path handlers.
The text was updated successfully, but these errors were encountered: