You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/07/31 06:35:32 UTC

[GitHub] [incubator-apisix] jackwoods opened a new issue #1955: bug: accept ":" in id?

jackwoods opened a new issue #1955:
URL: https://github.com/apache/incubator-apisix/issues/1955


   ### Issue description
   Is it possible that we can accept **":"** in id? 
   Then we can use it for namespace delimiter.
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):
   * OS:
   
   ### Source code
   ```lua
   local id_schema = {
       anyOf = {
           {
               type = "string", minLength = 1, maxLength = 64,
               pattern = [[^[a-zA-Z0-9-_]+$]]
           },
           {type = "integer", minimum = 1}
       }
   }
   ```
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-apisix] moonming commented on issue #1955: bug: accept ":" in id?

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #1955:
URL: https://github.com/apache/incubator-apisix/issues/1955#issuecomment-666959663


   LGTM
   welcome PR to add this feature


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-apisix] jackwoods commented on issue #1955: feature: accept ":" in id?

Posted by GitBox <gi...@apache.org>.
jackwoods commented on issue #1955:
URL: https://github.com/apache/incubator-apisix/issues/1955#issuecomment-667026243


   https://github.com/apache/incubator-apisix/pull/1959


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org