kayx23 opened a new pull request, #13859: URL: https://github.com/apache/apisix/pull/13859
## Summary - correct the global/local rewrite and access execution order - clarify that plugin priority applies within a phase and global/local group - explain the access- and log-phase behavior when rewrite terminates a request - update the maintained Chinese documentation with the same behavior ## Background #13345 changed the runtime order to: ```text global rewrite -> local rewrite -> global access -> local access ``` The `release/3.18` terminology pages still describe the previous order and state that Global Rule plugins always execute first. ## Verification - checked the call order in the current `release/3.18` source and the regression coverage from #13345 - ran Markdownlint 0.25.0 on the four changed pages - ran `utils/fix-zh-doc-segment.py` - ran `git diff --check` -- 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]
