heliang666s commented on issue #15367: URL: https://github.com/apache/dubbo/issues/15367#issuecomment-2872145775
Hi @poazy , to help us further diagnose the missing parameter issue, could you please confirm the following: 1. Does your project have any custom Filters, Interceptors, or AOP logic that might read the HttpServletRequest body in advance (e.g., by calling getInputStream() or getReader())? 2. Have you introduced any third-party dependencies such as Spring Security, Actuator, or monitoring/trace libraries, which may automatically register global filters and read the request body? 3. If you have any relevant custom Filter/AOP code, could you please provide a code snippet or a brief description of its main functionality? This information will help us determine whether the request body is consumed before Dubbo tries to parse it, which could cause the parameter missing exception. Thank you for your cooperation! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
