there is some correction in url.
comment inline,
Arpit Singh Pandya wrote:
Hello All,
In Ecommerce, while i follow the steps
1) Login with admin and ofbiz
2) click on Logout
3) and again try to login, it shows the Error
ControlServlet.java:204:ERROR]
---- exception report
----------------------------------------------------------
Error in request handler:
Exception: org.ofbiz.webapp.control.RequestHandlerException
Message: Unknown request [&]; this request does not exist or cannot be
called directly.
---- stack trace
---------------------------------------------------------------
org.ofbiz.webapp.control.RequestHandlerException: Unknown request [&];
this request does not exist or cannot be called directly.
here i find that the request will came after "jsessionid" in address
bar
it looks like
http://localhost:8080/ecommerce/control/&;jsessionid=FED1E7D3AFB69576F4723865F32FA877.jvm1#47;checkLogin/main
but request should be
http://localhost:8080/ecommerce/control/**checkLogin/main
but it should be
http://localhost:8080/ecommerce/control/checkLogin
I am currently working on revision number 744088
and login is working fine before revision number 742013.
Thanks and Regards
Arpit Singh Pandya