posted 16 years ago
i have an application when i type "http://localhost:7001/eo" in the url browser i get a login page and in browser the url got converted to "http://localhost:7001/authservice/login.jsp" (earlier it was "eo" it is changed to "authservice/login.jsp") on entering password i am able to login correctly.
but if i type "http://localhost:7001/authservice/login.jsp" directly in the browser then also i get a login page but on entering the correct password i get an error page in the application, why?? can any body help me on understanding this.
when i am reaching error page at that time the url is "http://localhost:7001/authservice/".
one more problem as soon as i changed the url on error page to "http://localhost:7001/eo" i am able to direcly login correctly without giving username and password
(i believe since i gave user name and password eariler so after changing the url on error page login detail might be present in sesion and it just took me to the application.....
can any body tell me where i should look for this problem. My application is deployed in Weblogic.
thanks,
[ October 30, 2008: Message edited by: Tanu Gulati ]