Re: [T4.1.3] Javascript is shown after login

2008-01-16 Thread Henrik Schlanbusch
Thanks Alejandro, this was indeed the problem. Best, Henrik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T4.1.3] Javascript is shown after login

2008-01-16 Thread Alejandro Scandroli
Hi Henrik It sounds like you are using Acegi (or another security service). This is what I think is happening: Your Home page is not protected (it allows anonymous access), but that javascript file IS. So when you go to your Home page your security service blocks the access to the javascript file

[T4.1.3] Javascript is shown after login

2008-01-16 Thread Henrik Schlanbusch
Hi again, I have a strange problem with my app. When I have logged in the first time, my Home page is not rendered, but instead I can see a javascript file core.js (loaded by the asset service). If I then press back (to the login form) and login again, I will get the Home page as expected, and I c