When Tapestry is loading templates or other files on case-insensitive OSs
(Windows) it should trigger an error if the file name case is incorrect (which
will result in a runtime failure on case-sensitive OSs, such as Linux)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: TAP5-1007
URL: https://issues.apache.org/jira/browse/TAP5-1007
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-component-report
Affects Versions: 5.2.0
Reporter: Howard M. Lewis Ship
In other words, on Windows you might find file "myComponent.tml" when it should
be named "MyComponent.tml" (to match the name of the class, MyComponent). This
is irritating to find in testing or production, and Tapestry should be able to
add a check that the case of the file name does not match the expected case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.