You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "carryxyh (GitHub)" <gi...@apache.org> on 2018/12/07 08:59:09 UTC

[GitHub] [incubator-dubbo] carryxyh commented on pull request #2909: create AbstractRouter

This does not match the old logic.
The old logic is: If the priorities are equal, compare the rules.

If you call super first and the priority is equal, continue to compare the url. If the url returns not 0, it will return directly.

Old logic doesn't compare to url and url would not effect result.

[ Full content available at: https://github.com/apache/incubator-dubbo/pull/2909 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org