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/11 15:14:28 UTC

[GitHub] rabbah commented on a change in pull request #3644: Allow more special characters in EntityName.

rabbah commented on a change in pull request #3644: Allow more special characters in EntityName.
URL: https://github.com/apache/incubator-openwhisk/pull/3644#discussion_r187645162
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/core/entity/EntityPath.scala
 ##########
 @@ -189,13 +189,15 @@ protected[core] class EntityName private (val name: String) extends AnyVal {
 
 protected[core] object EntityName {
   protected[core] val ENTITY_NAME_MAX_LENGTH = 256
+  protected[core] val allowedSpecialCharacters = "@.&%!?=#-"
 
 Review comment:
   really?!?

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