Re: Empty HTTP WWW-Authenticate header in response

2009-12-09 Thread Thierry Boileau
Hello Yu, I think that your helper is either not recognized or does not specify correctly the serverSide attribute. Could you check that serverSide attribute is set to true, and that the Engine registers correctly your helper (check the Engine.getInstance().getRegisteredAuthenticators() list)?

Empty HTTP WWW-Authenticate header in response

2009-12-02 Thread ZDC
Hi, I implemented a custom Guard that handles multiple authentications, e.g. HTTP Simplem, Amazon S3 (my own AmazonS3ServerHelper implementation), etc. According to HTTP spec., the server responses the WWW-Authenticate header(s) when credentials are not provided in the request. So my code had