You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/30 21:58:06 UTC

[GitHub] mrutkows opened a new issue #422: Validate all entity names <= 256 chars before create/update to server

mrutkows opened a new issue #422: Validate all entity names <= 256 chars before create/update to server
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/422
 
 
   For all "entity names" (i.e., Actions, Triggers, Packages, Rules, etc.) we should validate (on the client side) that they are less than or equal to 256 characters (including their full namespaced named).
   
   ? For example, the Action name (i.e., <actionName> MUST be less than or equal to 256 characters.
   
   Note: THis include the TOTAL length of the namespace; therefore we MUST make the length calculation include the FULL name including namespace
 
----------------------------------------------------------------
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