jagerzhang opened a new issue #5185:
URL: https://github.com/apache/apisix/issues/5185


   ### Issue description
   
   From the latest official public, All plug-in dependencies in the 2.10.0 
official image has been integrated by default, but the actual test is still not 
acceptable.
   
   
![image](https://user-images.githubusercontent.com/9711651/136639123-d534ad57-0d61-4c3e-9c79-7131e30ab0a3.png)
   
   
   ```
   {
       "uri": "/",
       "name": "test_plugin",
       "methods": [
         "POST"
       ],
       "plugins": {
           "client-control": {
               "disable": false,
               "max_body_size": 1
             }
       },
       "service_id": "test_plugin",
       "status": 1
     }
   ```
   
   Error Info:
   ```
   {'Content-Length': '162', 'X-Request-Id': 
'7f917097-a92a-43cc-bb99-bc177b0f100e', 'Server': 'APISIX/2.10.0', 
'Connection': 'close', 'Date': 'Sat, 09 Oct 2021 01:18:58 GMT', 'Content-Type': 
'text/html; charset=utf-8'}
   501
   <html>
   <head><title>501 Not Implemented</title></head>
   <body>
   <center><h1>501 Not Implemented</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   ```
   
   
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 2.10.0
   - OS (cmd: `uname -a`): docker-2.10.0-centos
   


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