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 2020/04/18 16:34:21 UTC

[GitHub] [openwhisk] rabbah commented on issue #4884: action put validation error when code is the string "true"

rabbah commented on issue #4884: action put validation error when code is the string "true"
URL: https://github.com/apache/openwhisk/issues/4884#issuecomment-615899936
 
 
   The regex is 
   
   ```
   ^([A-Za-z0-9+\/]{4})*([A-Za-z0-9+\/]{4}|[A-Za-z0-9+\/]{3}=|[A-Za-z0-9+\/]{2}==)$
   ```
   
   which will match any 4 character string.

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


With regards,
Apache Git Services