Re: Does links need to be case sensitive?

Thomas Vandahl <[email protected]> Sun, 22 Nov 2009 17:57:01 +0100
Newsgroups gmane.comp.jakarta.turbine.user
Message-ID <[email protected]>
On 19.11.09 15:38, Ludwig Magnusson wrote:
> Hello!
> 
> We had a problem with our screen classes. In some cases they weren't loaded.
> I noticed that the loading was screen-sensitive so that if I typed in the
> url www.mydomain.com/mypage.vm and the site had a screen class called
> MyPage.java, it was never executed.
> 
>  
> 
> Is there any way around this?

Yes. The mapping of templates to classes is done by the
JavaScreenFactory IIRC. This factory is pluggable so you can roll your own.

Bye, Thomas.