You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/14 08:19:37 UTC

[GitHub] chetanmeh commented on issue #3644: Allow more special characters in EntityName.

chetanmeh commented on issue #3644: Allow more special characters in EntityName.
URL: https://github.com/apache/incubator-openwhisk/pull/3644#issuecomment-388734954
 
 
   This may pose problem with other `ArtifactStore` implementations. For e.g. with CosmosDB following [chars are not allowed in id][1]
   
   > The following characters are restricted and cannot be used in the Id property: '/', '\\', '?', '#' 
   
   Further certain UTF-8 chars (involving supplementary chars) may pose problems with other dbs which may need to be supported in future. 
   
   [1]: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.documents.resource.id

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services