kayx23 opened a new pull request, #13857:
URL: https://github.com/apache/apisix/pull/13857

   ## Summary
   
   - document the global/local rewrite and access order introduced in APISIX 
3.17.0
   - 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 compatibility 
boundary
   
   ## Background
   
   #13345 changed the runtime order from:
   
   ```text
   global rewrite -> global access -> local rewrite -> local access
   ```
   
   to:
   
   ```text
   global rewrite -> local rewrite -> global access -> local access
   ```
   
   The terminology pages still described the pre-3.17 order and stated that 
Global Rule plugins always execute first. This correction also applies to the 
published `release/3.17` and `release/3.18` documentation branches.
   
   ## Verification
   
   - compared `apisix/init.lua` in the 3.16.0 and 3.17.0 tags and current 
`master`
   - checked the behavior and 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]

Reply via email to