-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UNDERTOW-1581: Fix RoutingHandler allMethodsMatcher validation
Updates the allMethodsMatcher to lookup templates using the match method instead of get in order to normalize the input. Previously registration would throw an exception when routes were added for the same path template with different parameter names despite being equivalent. From undertow-io/undertow#799
- Loading branch information
1 parent
6d0a3ca
commit 2d6cdd9
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters