Maxim Solodovnik created WHIMSY-235:
---------------------------------------
Summary: License regex on website checks page
Key: WHIMSY-235
URL: https://issues.apache.org/jira/browse/WHIMSY-235
Project: Whimsy
Issue Type: Improvement
Reporter: Maxim Solodovnik
Hello,
While checking if everything is OK with our site here
https://whimsy.apache.org/site/project/openmeetings
I got "yellow" marker in "License" line due to
{{https://www.apache.org/licenses}}
doesn't match {{^https?://.*apache.org/licenses/$}} regex
I believe this {{/}} character in the end should be optional (something like
this {{^https?://.*apache.org/licenses/?$}})
Does it make sense?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)