[
https://issues.apache.org/jira/browse/RAT-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15159506#comment-15159506
]
Christopher Tubbs commented on RAT-212:
---------------------------------------
Example failure:
{code:xml}
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
{code}
Example success:
{code:xml}
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
{code}
> pom.xml license failure when url is https
> -----------------------------------------
>
> Key: RAT-212
> URL: https://issues.apache.org/jira/browse/RAT-212
> Project: Apache Rat
> Issue Type: Bug
> Affects Versions: 0.11
> Reporter: Christopher Tubbs
>
> apache-rat-plugin:check fails when the license information in the POM has a
> url of "https://www.apache.org/licenses/LICENSE-2.0", but not when it has a
> url of "http://www.apache.org/licenses/LICENSE-2.0"
> It should probably not fail in the case of https.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)