Re: Loading template file
Mike Kienenberger <[email protected]> Tue, 1 Sep 2015 08:51:46 -0400
| Newsgroups | gmane.comp.jakarta.velocity.user |
|---|---|
| Message-ID | <CAM1yOjbU66tabssjCtJ+8i2MzowN00TCTcnV1Zvo7fHdMNfH3g@mail.gmail.com> |
As far as I know, case sensitivity depends on your filesystem (operating system) and not on Velocity. Windows and Mac OS X are case-insensitive. UNIX-based file systems are generally case-sensitive, although not all. On Mon, Aug 31, 2015 at 5:40 AM, Arshad Ali Sayed <[email protected]> wrote: > Hi, > I am loading *.vm *template file in my project. I have saved that file as > *abcd.vm*. whenever I am calling that file as Abcd.vm or AbCd.vm or any way > with changing the cases of characters its getting called and loads. Does > apache velocity ignores the cases of characters? > > can anyone please let me know why this is happening ? > > Thanks > Arshad