MaMengzhen opened a new issue, #6222: URL: https://github.com/apache/shenyu/issues/6222
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior There is an error in obtaining the parameter position mapping method, which may result in null pointer exceptions. When obtaining the parameter position mapping, the value in requestTemplate should not be used. <img width="2592" height="1522" alt="Image" src="https://github.com/user-attachments/assets/d348536e-bed7-41ca-ba0a-f5a0a852d09a" /> ### Expected Behavior In the method of obtaining parameter position mapping, argsPosition should be obtained from configJson. <img width="2732" height="1518" alt="Image" src="https://github.com/user-attachments/assets/ca5dd279-dcb9-4c6a-97d4-fa25053f8649" /> ### Steps To Reproduce 1. Get the value of configJson. 2. Determine whether the key argsPosition exists and obtain the value of argsPosition from argsPosition ### Environment ```markdown ShenYu version(s):2.7.0.3-SNAPSHOT ``` ### 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]
