mrutkows opened a new issue #904: Allow/Validate for additional special chars. 
in entity name
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/904
 
 
   This will support the main OpenWhisk change shown here:
   
https://github.com/apache/incubator-openwhisk/pull/3644#issuecomment-388831848
   
   ```
    protected[core] val REGEX = raw"\A([\w]|[\w][\w@ 
.&-]{0,${ENTITY_NAME_MAX_LENGTH - 2}}[\w@.&-])\z"
   ```
   
   It appears that (for now) only Ampersand ('&') was added.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to