Re: direct access to freemarker files

2007-12-23 Thread Leonidas Papadakis
Thanks for the reply Dave, isn't a little crude to do it like that ? Actually i haven't done it like that till now and i am not sure if it's going to be easy to move everything there ... Regards, Leon Dave Newton wrote: Can you just put them under WEB-INF like with JSP files? d. --- Leon

Re: direct access to freemarker files

2007-12-22 Thread Dave Newton
Can you just put them under WEB-INF like with JSP files? d. --- Leonidas Papadakis <[EMAIL PROTECTED]> wrote: > Greetings to all, > > i have implemented an area on a website only for registered users. The > issue is that i want to avoid people calling freemarker files directly > from the brow

direct access to freemarker files

2007-12-22 Thread Leonidas Papadakis
Greetings to all, i have implemented an area on a website only for registered users. The issue is that i want to avoid people calling freemarker files directly from the browser since they will not produce html resulting in viewing the freemarker file code ( it should redirect if appropriate se