yu199195 commented on issue #3001:
URL: 
https://github.com/apache/incubator-shenyu/issues/3001#issuecomment-1062508019


   contextPath have not  selectorHandler  and have different ruleHandler, mybe 
like this :
   
   ```json
   {
       "pluginName": "contextPath",
       "conditionDataList": [{
           "paramType": "uri",
           "operator": "match",
           "paramValue": "/app1/**"
       }],
       "ruleDataList": [{
           "ruleHandler": "{\"contextPath\":\"you context path\"}",
           "conditionDataList": [{
               "paramType": "uri",
               "operator": "match",
               "paramValue": "/app1/**"
           }]
       }]
   }
   ```
   


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