Hi,

I am using: tomcat 4.1.18
Using Form Based Authentication with JDBCRealm
<login-config>
 <auth-method>FORM</auth-method>
 <realm-name>JDBCRealm</realm-name>
 <form-login-config>
  <form-login-page>/login.jsp</form-login-page>
  <form-error-page>/login.jsp</form-error-page>
 </form-login-config>
</login-config>

When I try a URL like: /something.do?id=1

it goes to the login.jsp authenticates and then goes to /index.jsp instead 
of /something.do?id=1

This behaviour only happens in IE (6.0).

It works fine in Netscape (using 7.0)

What could be the problem?

Appreciate your help.

thanks,
Ramesh



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to