[
https://issues.apache.org/jira/browse/SHINDIG-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-225.
----------------------------------
Resolution: Invalid
In this case the code that uses endsWith() is processing filenames that are
included with the distribution.
I'd accept a patch that included an assertion in the build system that insured
that filenames were lower case...
> Be sure that endsWith() is under lowercase string
> -------------------------------------------------
>
> Key: SHINDIG-225
> URL: https://issues.apache.org/jira/browse/SHINDIG-225
> Project: Shindig
> Issue Type: Bug
> Reporter: Vincent Siveton
> Priority: Trivial
> Attachments: SHINDIG-225.patch
>
>
> Some parts of code use the following
> {noformat}
> file.getName().endsWith(".js")
> {noformat}
> The file extension could be in upper case
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.