Skip to content

Commit

Permalink
[UNDERTOW-2538] The ServletRelativePathAttribute.Builder should have …
Browse files Browse the repository at this point in the history
…a priority of 1 as there is a matching ExchangeAttribute in the core module.

https://issues.redhat.com/browse/UNDERTOW-2538
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Jan 8, 2025
1 parent 6ae61c6 commit 2ea0a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public ExchangeAttribute build(final String token) {

@Override
public int priority() {
return 0;
return 1;
}
}
}

0 comments on commit 2ea0a28

Please sign in to comment.