liukun321 opened a new issue, #4182:
URL: https://github.com/apache/shenyu/issues/4182

   ### Is there an existing issue for this?
   
   - [X] I have searched the existing issues
   
   ### Current Behavior
   
   The code of global plugin equals 5
   
   ### Expected Behavior
   
   The code of global plugin equals 0
   
   ### Steps To Reproduce
   
   The code of global plugin need to make sure that the sort comes before other 
the plug-ins
   
   ### Environment
   
   ```markdown
   ShenYu version(s):2.5.0
   ```
   
   
   ### Debug logs
   
   org.apache.shenyu.plugin.divide.DividePlugin#doExecute
   
   ` ShenyuContext shenyuContext = exchange.getAttribute(Constants.CONTEXT);
           assert shenyuContext != null;`
           
   if the code of global plugin equals 5,the code of divide may be small than 5
   
   ### Anything else?
   
   null


-- 
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]

Reply via email to