Here is the PR, feel free to leave comments. https://github.com/apache/incubator-shenyu/pull/3212
Thanks, Han From: Han G <[email protected]> Date: Friday, April 8, 2022 at 11:36 To: dev <[email protected]> Subject: [BUG] Setting `isFull` to true not working for spring cloud and http application Hi Community, Like mentioned in this ISSUE: https://github.com/apache/incubator-shenyu/issues/2969. When setting `isFull` to true, both spring cloud and http cannot work as expectation. Below is the rule condition for now, which makes `isFull` property invalid. [cid:[email protected]] The expectation is uri matches /springcloud/**. It’s same for http (divide) proxy rule condition. If it’s truly a bug, I can try to fix it. Thanks, Han
