shreemaan-abhishek commented on PR #11788:
URL: https://github.com/apache/apisix/pull/11788#issuecomment-2507068275

   @mikyll, this is expected behaviour as `/` is a delimiter for urls. If `/` 
is allowed as a special character, there will be no regularity in the boundary 
of the url parameter. Consider the following example:
   
   route uri: `/v1/:id/products/:type/list`
   request uri: `/v1/123/products/footwear/list`
   
   If `/` is also accepted as a special character then the `id` url parameter 
would be incorrectly evaluated to `123/products/footwear/list`.


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