Patrick,
I think I have a fix for you.
Please try this:
* Make a backup of your login-redirect.jsp file
* Replace your login-redirect.jsp file with the one I have attached
* Try to reproduce the problem that you reported
* Let me know what happens.
Thanks,
Dave
Patrick Wang wrote:
> Hi all,
> I'm not sure if you have met the problem and then solution has been
> posted in maillist archive. If so, I'm very sorry to ask the questio
> again. But anyway, pls tell me some hints about how to solve it. Below
> is the description of the problem.
> After a visitor creates his own user account, he could immediately
> login by clicking the Login link on index.jsp. And the login form
> appears. But after the new user login with just created username and
> password(and I also could ensure the correctness of the pair of
> username/password), the error occurs. The tomcat error screen is
> returned and tell you the information below:
>
>
> Apache Tomcat/4.0.6 - HTTP Status 400 - Request[/user] does not
> contain handler parameter named method
>
> ------------------------------------------------------------------------
>
> *type* Status report
>
> *message* _Request[/user] does not contain handler parameter named method_
>
> *description* _The request sent by the client was syntactically
> incorrect (Request[/user] does not contain handler parameter named
> method)._
>
> I have spent some times to solve it by looking for the login-relevent
> actions and formbeans, but the result is disappointed. So what about
> your opinions on the problem? Any suggestion will be welcomed and
> thanks in advance.
>
> btw, my test environment (though I think the problem most probably has
> nothing to do with it):
>
> Windows XP, JDK 1.3.1, Tomcat 4.0.6, MySQL 4.0.6 and roller 0.9.6.4
> from file list in the project site of sourceforge.
>
> Thanks,
>
> Patrick
>
|