How can I login the Roller Site form other url directly?

2005-10-14 Thread fengjun
hi: I visit the url http://localhost:8080/roller/login.jsp . and putin the userName and the password . I can't login . But if I visit the url http://localhost:8080/roller/login-redirect.jsp . and putin the userName and the password . I can login . I don't know why? what is the different?

Re: How can I login the Roller Site form other url directly?

2005-10-14 Thread Matt Raible
This is a feature of container-managed authentication. You have to think of the login.jsp as a page that shouldn't see - kind of like the popup dialog you get with basic authentication. The login.jsp only shows up when you try to access a protected resource - so if you try to access login.jsp -