On 13/02/13 03:56, Konstantin Kolinko wrote:
Certainly not. Have you read the source code, or only that old thread?
No, was just looking at the old thread. Its been a while since i dug around in tomcat.
The processor is

The method that sends acknowledgment is
o.a.catalina.connector.Response.sendAcknowledgement().

1) Acknowledgment happens is StandardContextValve or in FormAuthenticator.

2) Looking at stacktraces in Bugzilla reports, authentication happens
before StandardContextValve is involved.  Doesn't it already works for
you?
Milton users normally dont use container managed authentication

How your authentication is configured?
Milton delegates authentication to Resource implementations, and authorisation is a second step

3) It probably would not work if Tomcat is behind HTTPD, as AJP
processors do not have this feature (ActionCode.ACK).
Just to confirm, so are you saying that HTTPD will always send a 100 response?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to