Re: Need help with authentication

2007-04-05 Thread Kenneth Westelinck
Yes! It is working! Thank you all for your help. Sorry for being such a nag.

Re: Need help with authentication

2007-04-04 Thread Kenneth Westelinck
Ok, here is some headers I found with fiddler: From firefox: - Request 1: GET /eai-admin/ HTTP/1.1 Host: localhost:8080 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9

Re: Need help with authentication

2007-04-04 Thread Kenneth Westelinck
Hi again, I did some further researching. I found this on the 304 returned by Tomcat when using firefox: -8---8---8---8---8---8---8---8---8---8---8---8---8---8---8-- You should never see this error in your Web browser. It should simply

RE: Need help with authentication

2007-04-04 Thread Nelson, Tracy M.
IE is sending Pragma: no-cache when it requests the admin page (Request 3 in your previous message). Firefox isn't, so I'm guessing Tomcat is assuming that FF has a copy. This is just what I noticed, I'm not an HTTP or Tomcat expert. | -Original Message- | From: Kenneth Westelinck

Re: Need help with authentication

2007-04-04 Thread Martin Gainty
you. - Original Message - From: Nelson, Tracy M. [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, April 04, 2007 11:19 AM Subject: RE: Need help with authentication IE is sending Pragma: no-cache when it requests the admin page (Request 3 in your previous

Re: Need help with authentication

2007-04-03 Thread Kenneth Westelinck
Any ideas why I only get redirected in firefox after doing a refresh and why this is working as it should in internet explorer?

Re: Need help with authentication

2007-04-03 Thread Mark Thomas
Kenneth Westelinck wrote: Any ideas why I only get redirected in firefox after doing a refresh and why this is working as it should in internet explorer? Get ieHttpHeaders and Live Http Headers and check out the differences, if any, in what the browsers are seeing from / sending to Tomcat.

Re: Need help with authentication

2007-03-30 Thread David Delbecq
En l'instant précis du 30/03/07 11:20, Kenneth Westelinck s'exprimait en ces termes: Hi all, I have the following setup: - Tomcat 5.5 install on win32, webapps reside underneath webapps/ROOT. http://localhost/ shows me index.jsp - Next I have enabled JDBC realm authentication

Re: Need help with authentication

2007-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Delbecq wrote: Workaround includes Another workaround would be to use additional security-constraints that will allow access to favicon.ico and any other include files such as CSS, JS, or images without needing to be logged-in. This

Re: Need help with authentication

2007-03-30 Thread Kenneth Westelinck
Ok, thanks all for your replies. Another problem is the following: - I logon to http://localhost/somewhere using X's credentials. Logon succeeds and I get redirected to http://localhost/somewhere/index.html - I logon to http://localhost/somewhere using Y's credentials. I get the login page again.

Re: Need help with authentication

2007-03-30 Thread Kenneth Westelinck
So, I upgraded to Tomcat 5.5.23 (I was running 5.5.15). Now at least the problem is consistent. For all users I get the login page again. If I refresh, I get redirected to http://localhost/somewhere/index.html. On 3/30/07, Kenneth Westelinck [EMAIL PROTECTED] wrote: Ok, thanks all for your