Authenticate filters...

That's a bug, it would help a lot to get stack traces (just add
Thread.dumpStack() after authenticate). I'll check it too,

Thanks,
Anselm.

Peter Mcilroy writes:
 > 
 > I am writing an Authentication filter, and in testing
 > I found that the authenticate(Request) method gets called twice.
 > 
 > Since I expect this to be in general a very expensive call
 > (authenitcation is expensive!), is there a good way to get
 > rid of the second "shadow" call?
 > 
 > Thanks in advance,
 > 
 > 	 Peter McIlroy
 > 
 > 

Received on Monday, 30 June 1997 06:44:49 UTC