tian-pengfei opened a new issue, #4253: URL: https://github.com/apache/shenyu/issues/4253
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior By analyzing the code, I found somtimes,We should stop executing plugin chain,but we don't   ## Check it 0. before test  1. add log  2. request wrong sign (sign body)    3. request wrong sign (just sign URL)    ## conclusion > Sign plugin should not continute to execute the plugin chain ,when signature is wrong . But when verify fail of signature of body ,it doesnt stop executing the plugin. When client get result ,the server continute execute plugin for this request That could trigger some unkown error and waste resources. let make a instance about error make a wrong URL   right result,but some error log in console  because other plugin after sign-plugin write response , response was written twice `CryptorRequestPlugin` and `CryptorResponsePlugin` have same problem ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Environment ```markdown ShenYu version(s): ``` ### Debug logs _No response_ ### Anything else? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
